#12B8AD

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

Shades of Light Sea Green #12B8AD

Tints of Light Sea Green #12B8AD

Color information

#12B8AD (or 0x12B8AD) is unknown color: approx Light Sea Green. HEX triplet: 12, B8 and AD. RGB value is (18,184,173). Sum of RGB (Red+Green+Blue) = 18+184+173=375 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.8% from 375); Green value is 184 (72.27% from 255 or 49.07% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 184 - color contains mainly: green. Hex color #12B8AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B8AD is #ED4752. Grayscale: #848484. Windows color (decimal): -15550291 or 11384850. OLE color: 11384850.

HSL color Cylindrical-coordinate representation of color #12B8AD: hue angle of 176.02º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B8AD is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB18184173-
CMYK0.9000.060.28
HSL176.02º82.18%39.61%-
HSV(B)176.02º90.22%72.16%-
XYZ24.9337.4345.45-
YUV133.11150.545.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.8%
GREEN value IS 184 (72.27% from 255) = 49.07%
BLUE value IS 173 (67.97% from 255) = 46.13%
R=4.8%
G=49.07%
B=46.13%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal181841730.9000.060.28176.0282.1839.61
Hex12B8AD5A061Cb05228
Octal22270255132063426012250
Binary1001010111000101011011011010011011100101100001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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