#12B6B4

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

Shades of Light Sea Green #12B6B4

Tints of Light Sea Green #12B6B4

Color information

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

HSL color Cylindrical-coordinate representation of color #12B6B4: hue angle of 179.27º 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 #12B6B4 is Cyan = 0.90, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB18182180-
CMYK0.9000.010.29
HSL179.27º82%39.22%-
HSV(B)179.27º90.11%71.37%-
XYZ25.2236.8848.97-
YUV132.74154.6746.16-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181821800.9000.010.29179.278239.22
Hex12B6B45A011Db35227
Octal22266264132013526312247
Binary10010101101101011010010110100111101101100111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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