#12C2B8

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

Shades of Light Sea Green #12C2B8

Tints of Light Sea Green #12C2B8

Color information

#12C2B8 (or 0x12C2B8) is unknown color: approx Light Sea Green. HEX triplet: 12, C2 and B8. RGB value is (18,194,184). Sum of RGB (Red+Green+Blue) = 18+194+184=396 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.55% from 396); Green value is 194 (76.17% from 255 or 48.99% from 396); Blue value is 184 (72.27% from 255 or 46.46% from 396); Max value from RGB is 194 - color contains mainly: green. Hex color #12C2B8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12C2B8 is #ED3D47. Grayscale: #8C8C8C. Windows color (decimal): -15547720 or 12108306. OLE color: 12108306.

HSL color Cylindrical-coordinate representation of color #12C2B8: hue angle of 176.59º 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 #12C2B8 is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB18194184-
CMYK0.9100.050.24
HSL176.59º83.02%41.57%-
HSV(B)176.59º90.72%76.08%-
XYZ28.1942.1752-
YUV140.24152.6940.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.55%
GREEN value IS 194 (76.17% from 255) = 48.99%
BLUE value IS 184 (72.27% from 255) = 46.46%
R=4.55%
G=48.99%
B=46.46%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181941840.9100.050.24176.5983.0241.57
Hex12C2B85B0518b1532a
Octal22302270133053026112352
Binary1001011000010101110001011011010111000101100011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C2B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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