#0BBAB0

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

Shades of Light Sea Green #0BBAB0

Tints of Light Sea Green #0BBAB0

Color information

#0BBAB0 (or 0x0BBAB0) is unknown color: approx Light Sea Green. HEX triplet: 0B, BA and B0. RGB value is (11,186,176). Sum of RGB (Red+Green+Blue) = 11+186+176=373 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.95% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 176 (69.14% from 255 or 47.18% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #0BBAB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBAB0 is #F4454F. Grayscale: #848484. Windows color (decimal): -16008528 or 11581963. OLE color: 11581963.

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

Color convert

RGB11186176-
CMYK0.9400.050.27
HSL176.57º88.83%38.63%-
HSV(B)176.57º94.09%72.94%-
XYZ25.5338.3247.13-
YUV132.54152.5241.31-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.95%
GREEN value IS 186 (73.05% from 255) = 49.87%
BLUE value IS 176 (69.14% from 255) = 47.18%
R=2.95%
G=49.87%
B=47.18%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal111861760.9400.050.27176.5788.8338.63
HexBBAB05E051Bb15927
Octal13272260136053326113147
Binary101110111010101100001011110010111011101100011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BBAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,186,176); }

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

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

 a { background-color: rgb(11,186,176); }

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

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

 span { border-color: rgb(11,186,176); }

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