Html Css Color HEX #12ADAC Light Sea Green

📋 copy color: '#12ADAC'

red 18 ◦ green 173 ◦ blue 172

#12ADAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #12ADAC

Tints of Light Sea Green #12ADAC

RGB

 RED value IS 18 (7.42% from 255) = 4.96%

 GREEN value IS 173 (67.97% from 255) = 47.66%

 BLUE value IS 172 (67.58% from 255) = 47.38%

R = 4.96%
G = 47.66%
B = 47.38%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#12ADAC (or 0x12ADAC) is known color: Light Sea Green. HEX triplet: 12, AD and AC. RGB value is (18,173,172). Sum of RGB (Red+Green+Blue) = 18+173+172=363 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.96% from 363); Green value is 173 (67.97% from 255 or 47.66% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 173 - color contains mainly: green. Hex color #12ADAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12ADAC is #ED5253. Grayscale: #7E7E7E. Windows color (decimal): -15553108 or 11316498. OLE color: 11316498.

HSL color Cylindrical-coordinate representation of color #12ADAC: hue angle of 179.61º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12ADAC is Cyan = 0.90, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 173 172 -
CMYK 0.90 0 0.01 0.32
HSL 179.61º 0.81% 0.37% -
HSV(B) 179.61º 0.9% 0.68% -
XYZ 22.64 32.99 44.21 -
YUV 126.54 153.65 50.58 -
System Red Green Blue C M Y K H S L
Decimal 18 173 172 0.90 0 0.01 0.32 179.61 0.81 0.37
Hex 12 AD AC 5A 0 1 20 B4 51 25
Octal 22 255 254 132 0 1 40 264 121 45
Binary 10010 10101101 10101100 1011010 0 1 100000 10110100 1010001 100101

Color Harmonies of #12ADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ADAC

Black with #12ADAC

Text Example


Text Example

White with #12ADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12ADAC; }

 p { color: rgb(18,173,172); }

 H1.HeaderClassName
 {
   color: #12ADAC;
 }
 .AnyTagClassName
 {
   color: #12ADAC;
 }
</style>

background-color css

<style>
 a { background-color: #12ADAC; }

 a { background-color: rgb(18,173,172); }

 div.DivClassName
 {
   background-color: #12ADAC;
 }
 .BgClassName
 {
   background-color: #12ADAC;
 }
</style>

border-color css

<style>
 span { border-color: #12ADAC; }

 span { border-color: rgb(18,173,172); }

 td.TdClassName
 {
   border-color: #12ADAC;
 }
 .TagClassName
 {
   border-color: #12ADAC;
 }
</style>