Html Css Color HEX #12AA9F Light Sea Green

📋 copy color: '#12AA9F'

red 18 ◦ green 170 ◦ blue 159

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

Shades of Light Sea Green #12AA9F

Tints of Light Sea Green #12AA9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 45.82%

R = 5.19%
G = 48.99%
B = 45.82%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#12AA9F (or 0x12AA9F) is known color: Light Sea Green. HEX triplet: 12, AA and 9F. RGB value is (18,170,159). Sum of RGB (Red+Green+Blue) = 18+170+159=347 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.19% from 347); Green value is 170 (66.80% from 255 or 48.99% from 347); Blue value is 159 (62.5% from 255 or 45.82% from 347); Max value from RGB is 170 - color contains mainly: green. Hex color #12AA9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AA9F is #ED5560. Grayscale: #7B7B7B. Windows color (decimal): -15553889 or 10463762. OLE color: 10463762.

HSL color Cylindrical-coordinate representation of color #12AA9F: hue angle of 175.66º 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 #12AA9F is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 170 159 -
CMYK 0.89 0 0.06 0.33
HSL 175.66º 0.81% 0.37% -
HSV(B) 175.66º 0.89% 0.67% -
XYZ 20.88 31.38 37.76 -
YUV 123.3 148.14 52.89 -
System Red Green Blue C M Y K H S L
Decimal 18 170 159 0.89 0 0.06 0.33 175.66 0.81 0.37
Hex 12 AA 9F 59 0 6 21 B0 51 25
Octal 22 252 237 131 0 6 41 260 121 45
Binary 10010 10101010 10011111 1011001 0 110 100001 10110000 1010001 100101

Color Harmonies of #12AA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AA9F

Black with #12AA9F

Text Example


Text Example

White with #12AA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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