#12C2B0

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

Shades of Light Sea Green #12C2B0

Tints of Light Sea Green #12C2B0

Color information

#12C2B0 (or 0x12C2B0) is unknown color: approx Light Sea Green. HEX triplet: 12, C2 and B0. RGB value is (18,194,176). Sum of RGB (Red+Green+Blue) = 18+194+176=388 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.64% from 388); Green value is 194 (76.17% from 255 or 50% from 388); Blue value is 176 (69.14% from 255 or 45.36% from 388); Max value from RGB is 194 - color contains mainly: green. Hex color #12C2B0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C2B0 is #ED3D4F. Grayscale: #8B8B8B. Windows color (decimal): -15547728 or 11584018. OLE color: 11584018.

HSL color Cylindrical-coordinate representation of color #12C2B0: hue angle of 173.86º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C2B0 is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB18194176-
CMYK0.9100.090.24
HSL173.86º83.02%41.57%-
HSV(B)173.86º90.72%76.08%-
XYZ27.3841.8547.71-
YUV139.32148.6941.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.64%
GREEN value IS 194 (76.17% from 255) = 50%
BLUE value IS 176 (69.14% from 255) = 45.36%
R=4.64%
G=50%
B=45.36%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181941760.9100.090.24173.8683.0241.57
Hex12C2B05B0918ae532a
Octal223022601330113025612352
Binary10010110000101011000010110110100111000101011101010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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