#0BBBAF

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

Shades of Light Sea Green #0BBBAF

Tints of Light Sea Green #0BBBAF

Color information

#0BBBAF (or 0x0BBBAF) is unknown color: approx Light Sea Green. HEX triplet: 0B, BB and AF. RGB value is (11,187,175). Sum of RGB (Red+Green+Blue) = 11+187+175=373 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.95% from 373); Green value is 187 (73.44% from 255 or 50.13% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 187 - color contains mainly: green. Hex color #0BBBAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBBAF is #F44450. Grayscale: #848484. Windows color (decimal): -16008273 or 11516683. OLE color: 11516683.

HSL color Cylindrical-coordinate representation of color #0BBBAF: hue angle of 175.91º 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 #0BBBAF is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB11187175-
CMYK0.9400.060.27
HSL175.91º88.89%38.82%-
HSV(B)175.91º94.12%73.33%-
XYZ25.6538.7146.68-
YUV133.01151.6940.98-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.95%
GREEN value IS 187 (73.44% from 255) = 50.13%
BLUE value IS 175 (68.75% from 255) = 46.92%
R=2.95%
G=50.13%
B=46.92%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal111871750.9400.060.27175.9188.8938.82
HexBBBAF5E061Bb05927
Octal13273257136063326013147
Binary101110111011101011111011110011011011101100001011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BBBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,187,175); }

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

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

 a { background-color: rgb(11,187,175); }

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

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

 span { border-color: rgb(11,187,175); }

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