#0BAAB0

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

Shades of Light Sea Green #0BAAB0

Tints of Light Sea Green #0BAAB0

Color information

#0BAAB0 (or 0x0BAAB0) is unknown color: approx Light Sea Green. HEX triplet: 0B, AA and B0. RGB value is (11,170,176). Sum of RGB (Red+Green+Blue) = 11+170+176=357 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.08% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 176 (69.14% from 255 or 49.30% from 357); Max value from RGB is 176 - color contains mainly: blue. Hex color #0BAAB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAAB0 is #F4554F. Grayscale: #7A7A7A. Windows color (decimal): -16012624 or 11577867. OLE color: 11577867.

HSL color Cylindrical-coordinate representation of color #0BAAB0: hue angle of 182.18º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAAB0 is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11170176-
CMYK0.940.0300.31
HSL182.18º88.24%36.67%-
HSV(B)182.18º93.75%69.02%-
XYZ22.3531.9646.06-
YUV123.14157.8248.01-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.08%
GREEN value IS 170 (66.80% from 255) = 47.62%
BLUE value IS 176 (69.14% from 255) = 49.30%
R=3.08%
G=47.62%
B=49.30%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal111701760.940.0300.31182.1888.2436.67
HexBAAB05E301Fb65825
Octal13252260136303726613045
Binary10111010101010110000101111011011111101101101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BAAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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