#12B4B6

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

Shades of Light Sea Green #12B4B6

Tints of Light Sea Green #12B4B6

Color information

#12B4B6 (or 0x12B4B6) is unknown color: approx Light Sea Green. HEX triplet: 12, B4 and B6. RGB value is (18,180,182). Sum of RGB (Red+Green+Blue) = 18+180+182=380 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.74% from 380); Green value is 180 (70.70% from 255 or 47.37% from 380); Blue value is 182 (71.48% from 255 or 47.89% from 380); Max value from RGB is 182 - color contains mainly: blue. Hex color #12B4B6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12B4B6 is #ED4B49. Grayscale: #838383. Windows color (decimal): -15551306 or 11973650. OLE color: 11973650.

HSL color Cylindrical-coordinate representation of color #12B4B6: hue angle of 180.73º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B4B6 is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB18180182-
CMYK0.900.0100.29
HSL180.73º82%39.22%-
HSV(B)180.73º90.11%71.37%-
XYZ25.0136.1549.91-
YUV131.79156.3346.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.74%
GREEN value IS 180 (70.70% from 255) = 47.37%
BLUE value IS 182 (71.48% from 255) = 47.89%
R=4.74%
G=47.37%
B=47.89%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181801820.900.0100.29180.738239.22
Hex12B4B65A101Db55227
Octal22264266132103526512247
Binary10010101101001011011010110101011101101101011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,180,182); }

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

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

 a { background-color: rgb(18,180,182); }

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

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

 span { border-color: rgb(18,180,182); }

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