Html Css Color HEX #12AAAA Light Sea Green

📋 copy color: '#12AAAA'

red 18 ◦ green 170 ◦ blue 170

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

Shades of Light Sea Green #12AAAA

Tints of Light Sea Green #12AAAA

RGB

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

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

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

R = 5.03%
G = 47.49%
B = 47.49%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#12AAAA (or 0x12AAAA) is known color: Light Sea Green. HEX triplet: 12, AA and AA. RGB value is (18,170,170). Sum of RGB (Red+Green+Blue) = 18+170+170=358 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.03% from 358); Green value is 170 (66.80% from 255 or 47.49% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #12AAAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AAAA is #ED5555. Grayscale: #7C7C7C. Windows color (decimal): -15553878 or 11184658. OLE color: 11184658.

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

Color convert

RGB 18 170 170 -
CMYK 0.89 0 0 0.33
HSL 180º 0.81% 0.37% -
HSV(B) 180º 0.89% 0.67% -
XYZ 21.88 31.78 43.01 -
YUV 124.55 153.64 52 -
System Red Green Blue C M Y K H S L
Decimal 18 170 170 0.89 0 0 0.33 180 0.81 0.37
Hex 12 AA AA 59 0 0 21 B4 51 25
Octal 22 252 252 131 0 0 41 264 121 45
Binary 10010 10101010 10101010 1011001 0 0 100001 10110100 1010001 100101

Color Harmonies of #12AAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AAAA

Black with #12AAAA

Text Example


Text Example

White with #12AAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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