#12B6AD

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

Shades of Light Sea Green #12B6AD

Tints of Light Sea Green #12B6AD

Color information

#12B6AD (or 0x12B6AD) is unknown color: approx Light Sea Green. HEX triplet: 12, B6 and AD. RGB value is (18,182,173). Sum of RGB (Red+Green+Blue) = 18+182+173=373 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.83% from 373); Green value is 182 (71.48% from 255 or 48.79% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 182 - color contains mainly: green. Hex color #12B6AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B6AD is #ED4952. Grayscale: #838383. Windows color (decimal): -15550803 or 11384338. OLE color: 11384338.

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

Color convert

RGB18182173-
CMYK0.9000.050.29
HSL176.71º82%39.22%-
HSV(B)176.71º90.11%71.37%-
XYZ24.5236.645.31-
YUV131.94151.1746.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.83%
GREEN value IS 182 (71.48% from 255) = 48.79%
BLUE value IS 173 (67.97% from 255) = 46.38%
R=4.83%
G=48.79%
B=46.38%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181821730.9000.050.29176.718239.22
Hex12B6AD5A051Db15227
Octal22266255132053526112247
Binary1001010110110101011011011010010111101101100011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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