#0ABBAB

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

Shades of Light Sea Green #0ABBAB

Tints of Light Sea Green #0ABBAB

Color information

#0ABBAB (or 0x0ABBAB) is unknown color: approx Light Sea Green. HEX triplet: 0A, BB and AB. RGB value is (10,187,171). Sum of RGB (Red+Green+Blue) = 10+187+171=368 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.72% from 368); Green value is 187 (73.44% from 255 or 50.82% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 187 - color contains mainly: green. Hex color #0ABBAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABBAB is #F54454. Grayscale: #848484. Windows color (decimal): -16073813 or 11254538. OLE color: 11254538.

HSL color Cylindrical-coordinate representation of color #0ABBAB: hue angle of 174.58º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABBAB is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB10187171-
CMYK0.9500.090.27
HSL174.58º89.85%38.63%-
HSV(B)174.58º94.65%73.33%-
XYZ25.2538.5544.64-
YUV132.25149.8640.8-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.72%
GREEN value IS 187 (73.44% from 255) = 50.82%
BLUE value IS 171 (67.19% from 255) = 46.47%
R=2.72%
G=50.82%
B=46.47%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal101871710.9500.090.27174.5889.8538.63
HexABBAB5F091Baf5a27
Octal122732531370113325713247
Binary1010101110111010101110111110100111011101011111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0ABBAB; }

 p { color: rgb(10,187,171); }

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

<style>
 a { background-color: #0ABBAB; }

 a { background-color: rgb(10,187,171); }

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

<style>
 span { border-color: #0ABBAB; }

 span { border-color: rgb(10,187,171); }

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