#12AC9D

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

Shades of Light Sea Green #12AC9D

Tints of Light Sea Green #12AC9D

Color information

#12AC9D (or 0x12AC9D) is unknown color: approx Light Sea Green. HEX triplet: 12, AC and 9D. RGB value is (18,172,157). Sum of RGB (Red+Green+Blue) = 18+172+157=347 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.19% from 347); Green value is 172 (67.58% from 255 or 49.57% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AC9D is #ED5362. Grayscale: #7C7C7C. Windows color (decimal): -15553379 or 10333202. OLE color: 10333202.

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

Color convert

RGB18172157-
CMYK0.9000.090.33
HSL174.16º81.05%37.25%-
HSV(B)174.16º89.53%67.45%-
XYZ21.0932.0736.98-
YUV124.24146.4852.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.19%
GREEN value IS 172 (67.58% from 255) = 49.57%
BLUE value IS 157 (61.72% from 255) = 45.24%
R=5.19%
G=49.57%
B=45.24%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181721570.9000.090.33174.1681.0537.25
Hex12AC9D5A0921ae5125
Octal222542351320114125612145
Binary100101010110010011101101101001001100001101011101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,172,157); }

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

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

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

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

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

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

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