#12B5B4

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

Shades of Light Sea Green #12B5B4

Tints of Light Sea Green #12B5B4

Color information

#12B5B4 (or 0x12B5B4) is unknown color: approx Light Sea Green. HEX triplet: 12, B5 and B4. RGB value is (18,181,180). Sum of RGB (Red+Green+Blue) = 18+181+180=379 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.75% from 379); Green value is 181 (71.09% from 255 or 47.76% from 379); Blue value is 180 (70.70% from 255 or 47.49% from 379); Max value from RGB is 181 - color contains mainly: green. Hex color #12B5B4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12B5B4 is #ED4A4B. Grayscale: #838383. Windows color (decimal): -15551052 or 11842834. OLE color: 11842834.

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

Color convert

RGB18181180-
CMYK0.9000.010.29
HSL179.63º81.91%39.02%-
HSV(B)179.63º90.06%70.98%-
XYZ25.0136.4748.9-
YUV132.1515546.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.75%
GREEN value IS 181 (71.09% from 255) = 47.76%
BLUE value IS 180 (70.70% from 255) = 47.49%
R=4.75%
G=47.76%
B=47.49%

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
Decimal181811800.9000.010.29179.6381.9139.02
Hex12B5B45A011Db45227
Octal22265264132013526412247
Binary10010101101011011010010110100111101101101001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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