Html Css Color HEX #12A9AA Light Sea Green

📋 copy color: '#12A9AA'

red 18 ◦ green 169 ◦ blue 170

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

Shades of Light Sea Green #12A9AA

Tints of Light Sea Green #12A9AA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 47.34%

 BLUE value IS 170 (66.8% from 255) = 47.62%

R = 5.04%
G = 47.34%
B = 47.62%

CMYK

 C value IS 0.89

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#12A9AA (or 0x12A9AA) is known color: Light Sea Green. HEX triplet: 12, A9 and AA. RGB value is (18,169,170). Sum of RGB (Red+Green+Blue) = 18+169+170=357 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.04% from 357); Green value is 169 (66.41% from 255 or 47.34% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #12A9AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A9AA is #ED5655. Grayscale: #7B7B7B. Windows color (decimal): -15554134 or 11184402. OLE color: 11184402.

HSL color Cylindrical-coordinate representation of color #12A9AA: hue angle of 180.39º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A9AA is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 169 170 -
CMYK 0.89 0.01 0 0.33
HSL 180.39º 0.81% 0.37% -
HSV(B) 180.39º 0.89% 0.67% -
XYZ 21.69 31.41 42.95 -
YUV 123.97 153.97 52.42 -
System Red Green Blue C M Y K H S L
Decimal 18 169 170 0.89 0.01 0 0.33 180.39 0.81 0.37
Hex 12 A9 AA 59 1 0 21 B4 51 25
Octal 22 251 252 131 1 0 41 264 121 45
Binary 10010 10101001 10101010 1011001 1 0 100001 10110100 1010001 100101

Color Harmonies of #12A9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A9AA

Black with #12A9AA

Text Example


Text Example

White with #12A9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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