#12C3B2

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

Shades of Light Sea Green #12C3B2

Tints of Light Sea Green #12C3B2

Color information

#12C3B2 (or 0x12C3B2) is unknown color: approx Light Sea Green. HEX triplet: 12, C3 and B2. RGB value is (18,195,178). Sum of RGB (Red+Green+Blue) = 18+195+178=391 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.60% from 391); Green value is 195 (76.56% from 255 or 49.87% from 391); Blue value is 178 (69.92% from 255 or 45.52% from 391); Max value from RGB is 195 - color contains mainly: green. Hex color #12C3B2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C3B2 is #ED3C4D. Grayscale: #8C8C8C. Windows color (decimal): -15547470 or 11715346. OLE color: 11715346.

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

Color convert

RGB18195178-
CMYK0.9100.090.24
HSL174.24º83.1%41.76%-
HSV(B)174.24º90.77%76.47%-
XYZ27.842.3748.83-
YUV140.14149.3640.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.60%
GREEN value IS 195 (76.56% from 255) = 49.87%
BLUE value IS 178 (69.92% from 255) = 45.52%
R=4.60%
G=49.87%
B=45.52%

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
Decimal181951780.9100.090.24174.2483.141.76
Hex12C3B25B0918ae532a
Octal223032621330113025612352
Binary10010110000111011001010110110100111000101011101010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,195,178); }

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

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

 a { background-color: rgb(18,195,178); }

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

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

 span { border-color: rgb(18,195,178); }

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