#12CAB0

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

Shades of Light Sea Green #12CAB0

Tints of Light Sea Green #12CAB0

Color information

#12CAB0 (or 0x12CAB0) is unknown color: approx Light Sea Green. HEX triplet: 12, CA and B0. RGB value is (18,202,176). Sum of RGB (Red+Green+Blue) = 18+202+176=396 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.55% from 396); Green value is 202 (79.30% from 255 or 51.01% from 396); Blue value is 176 (69.14% from 255 or 44.44% from 396); Max value from RGB is 202 - color contains mainly: green. Hex color #12CAB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CAB0 is #ED354F. Grayscale: #8F8F8F. Windows color (decimal): -15545680 or 11586066. OLE color: 11586066.

HSL color Cylindrical-coordinate representation of color #12CAB0: hue angle of 171.52º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CAB0 is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB18202176-
CMYK0.9100.130.21
HSL171.52º83.64%43.14%-
HSV(B)171.52º91.09%79.22%-
XYZ29.2145.548.32-
YUV144.02146.0438.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.55%
GREEN value IS 202 (79.30% from 255) = 51.01%
BLUE value IS 176 (69.14% from 255) = 44.44%
R=4.55%
G=51.01%
B=44.44%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal182021760.9100.130.21171.5283.6443.14
Hex12CAB05B0D15ac542b
Octal223122601330152525412453
Binary10010110010101011000010110110110110101101011001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,202,176); }

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

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

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

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

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

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

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