#12AB9E

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

Shades of Light Sea Green #12AB9E

Tints of Light Sea Green #12AB9E

Color information

#12AB9E (or 0x12AB9E) is unknown color: approx Light Sea Green. HEX triplet: 12, AB and 9E. RGB value is (18,171,158). Sum of RGB (Red+Green+Blue) = 18+171+158=347 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.19% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AB9E is #ED5461. Grayscale: #7B7B7B. Windows color (decimal): -15553634 or 10398482. OLE color: 10398482.

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

Color convert

RGB18171158-
CMYK0.8900.080.33
HSL174.9º80.95%37.06%-
HSV(B)174.9º89.47%67.06%-
XYZ20.9831.7237.36-
YUV123.77147.3152.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.19%
GREEN value IS 171 (67.19% from 255) = 49.28%
BLUE value IS 158 (62.11% from 255) = 45.53%
R=5.19%
G=49.28%
B=45.53%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181711580.8900.080.33174.980.9537.06
Hex12AB9E590821af5125
Octal222532361310104125712145
Binary100101010101110011110101100101000100001101011111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,171,158); }

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

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

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

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

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

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

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