#12C0AA

Color #12C0AA Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #12C0AA

Tints of Light Sea Green #12C0AA

Color information

#12C0AA (or 0x12C0AA) is unknown color: approx Light Sea Green. HEX triplet: 12, C0 and AA. RGB value is (18,192,170). Sum of RGB (Red+Green+Blue) = 18+192+170=380 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.74% from 380); Green value is 192 (75.39% from 255 or 50.53% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 192 - color contains mainly: green. Hex color #12C0AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C0AA is #ED3F55. Grayscale: #898989. Windows color (decimal): -15548246 or 11190290. OLE color: 11190290.

HSL color Cylindrical-coordinate representation of color #12C0AA: hue angle of 172.41º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C0AA is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB18192170-
CMYK0.9100.110.25
HSL172.41º82.86%41.18%-
HSV(B)172.41º90.62%75.29%-
XYZ26.3540.7344.5-
YUV137.47146.3542.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.74%
GREEN value IS 192 (75.39% from 255) = 50.53%
BLUE value IS 170 (66.80% from 255) = 44.74%
R=4.74%
G=50.53%
B=44.74%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181921700.9100.110.25172.4182.8641.18
Hex12C0AA5B0B19ac5329
Octal223002521330133125412351
Binary10010110000001010101010110110101111001101011001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #12C0AA;
 }
 .AnyTagClassName
 {
   color: #12C0AA;
 }
</style>
background-color css

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

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

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

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

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

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