#0AB9B0

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

Shades of Light Sea Green #0AB9B0

Tints of Light Sea Green #0AB9B0

Color information

#0AB9B0 (or 0x0AB9B0) is unknown color: approx Light Sea Green. HEX triplet: 0A, B9 and B0. RGB value is (10,185,176). Sum of RGB (Red+Green+Blue) = 10+185+176=371 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.70% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 176 (69.14% from 255 or 47.44% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #0AB9B0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB9B0 is #F5464F. Grayscale: #838383. Windows color (decimal): -16074320 or 11581706. OLE color: 11581706.

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

Color convert

RGB10185176-
CMYK0.9500.050.27
HSL176.91º89.74%38.24%-
HSV(B)176.91º94.59%72.55%-
XYZ25.3137.947.06-
YUV131.65153.0241.23-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.70%
GREEN value IS 185 (72.66% from 255) = 49.87%
BLUE value IS 176 (69.14% from 255) = 47.44%
R=2.70%
G=49.87%
B=47.44%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal101851760.9500.050.27176.9189.7438.24
HexAB9B05F051Bb15a26
Octal12271260137053326113246
Binary101010111001101100001011111010111011101100011011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,185,176); }

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

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

 a { background-color: rgb(10,185,176); }

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

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

 span { border-color: rgb(10,185,176); }

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