Html Css Color HEX #12AAB6 Light Sea Green

📋 copy color: '#12AAB6'

red 18 ◦ green 170 ◦ blue 182

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

Shades of Light Sea Green #12AAB6

Tints of Light Sea Green #12AAB6

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.95%

 BLUE value IS 182 (71.48% from 255) = 49.19%

R = 4.86%
G = 45.95%
B = 49.19%

CMYK

 C value IS 0.90

 M value IS 0.07

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#12AAB6 (or 0x12AAB6) is known color: Light Sea Green. HEX triplet: 12, AA and B6. RGB value is (18,170,182). Sum of RGB (Red+Green+Blue) = 18+170+182=370 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.86% from 370); Green value is 170 (66.80% from 255 or 45.95% from 370); Blue value is 182 (71.48% from 255 or 49.19% from 370); Max value from RGB is 182 - color contains mainly: blue. Hex color #12AAB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AAB6 is #ED5549. Grayscale: #7D7D7D. Windows color (decimal): -15553866 or 11971090. OLE color: 11971090.

HSL color Cylindrical-coordinate representation of color #12AAB6: hue angle of 184.39º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AAB6 is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 18 170 182 -
CMYK 0.90 0.07 0 0.29
HSL 184.39º 0.82% 0.39% -
HSV(B) 184.39º 0.9% 0.71% -
XYZ 23.07 32.26 49.27 -
YUV 125.92 159.64 51.02 -
System Red Green Blue C M Y K H S L
Decimal 18 170 182 0.90 0.07 0 0.29 184.39 0.82 0.39
Hex 12 AA B6 5A 7 0 1D B8 52 27
Octal 22 252 266 132 7 0 35 270 122 47
Binary 10010 10101010 10110110 1011010 111 0 11101 10111000 1010010 100111

Color Harmonies of #12AAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AAB6

Black with #12AAB6

Text Example


Text Example

White with #12AAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,170,182); }

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

background-color css

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

 a { background-color: rgb(18,170,182); }

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

border-color css

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

 span { border-color: rgb(18,170,182); }

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