#12BFAB

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

Shades of Light Sea Green #12BFAB

Tints of Light Sea Green #12BFAB

Color information

#12BFAB (or 0x12BFAB) is unknown color: approx Light Sea Green. HEX triplet: 12, BF and AB. RGB value is (18,191,171). Sum of RGB (Red+Green+Blue) = 18+191+171=380 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.74% from 380); Green value is 191 (75% from 255 or 50.26% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 191 - color contains mainly: green. Hex color #12BFAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BFAB is #ED4054. Grayscale: #888888. Windows color (decimal): -15548501 or 11255570. OLE color: 11255570.

HSL color Cylindrical-coordinate representation of color #12BFAB: hue angle of 173.06º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BFAB is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB18191171-
CMYK0.9100.100.25
HSL173.06º82.78%40.98%-
HSV(B)173.06º90.58%74.9%-
XYZ26.2340.3344.93-
YUV136.99147.1943.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.74%
GREEN value IS 191 (75% from 255) = 50.26%
BLUE value IS 171 (67.19% from 255) = 45%
R=4.74%
G=50.26%
B=45%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181911710.9100.100.25173.0682.7840.98
Hex12BFAB5B0A19ad5329
Octal222772531330123125512351
Binary10010101111111010101110110110101011001101011011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,191,171); }

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

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

 a { background-color: rgb(18,191,171); }

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

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

 span { border-color: rgb(18,191,171); }

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