#0BABAE

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

Shades of Light Sea Green #0BABAE

Tints of Light Sea Green #0BABAE

Color information

#0BABAE (or 0x0BABAE) is unknown color: approx Light Sea Green. HEX triplet: 0B, AB and AE. RGB value is (11,171,174). Sum of RGB (Red+Green+Blue) = 11+171+174=356 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.09% from 356); Green value is 171 (67.19% from 255 or 48.03% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #0BABAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BABAE is #F45451. Grayscale: #7B7B7B. Windows color (decimal): -16012370 or 11447051. OLE color: 11447051.

HSL color Cylindrical-coordinate representation of color #0BABAE: hue angle of 181.1º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BABAE is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11171174-
CMYK0.940.0200.32
HSL181.1º88.11%36.27%-
HSV(B)181.1º93.68%68.24%-
XYZ22.3432.2545.09-
YUV123.5156.4947.76-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.09%
GREEN value IS 171 (67.19% from 255) = 48.03%
BLUE value IS 174 (68.36% from 255) = 48.88%
R=3.09%
G=48.03%
B=48.88%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal111711740.940.0200.32181.188.1136.27
HexBABAE5E2020b55824
Octal13253256136204026513044
Binary101110101011101011101011110100100000101101011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,171,174); }

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

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

 a { background-color: rgb(11,171,174); }

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

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

 span { border-color: rgb(11,171,174); }

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