#0BBAAE

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

Shades of Light Sea Green #0BBAAE

Tints of Light Sea Green #0BBAAE

Color information

#0BBAAE (or 0x0BBAAE) is unknown color: approx Light Sea Green. HEX triplet: 0B, BA and AE. RGB value is (11,186,174). Sum of RGB (Red+Green+Blue) = 11+186+174=371 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.96% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #0BBAAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBAAE is #F44551. Grayscale: #848484. Windows color (decimal): -16008530 or 11450891. OLE color: 11450891.

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

Color convert

RGB11186174-
CMYK0.9400.060.27
HSL175.89º88.83%38.63%-
HSV(B)175.89º94.09%72.94%-
XYZ25.3438.2446.09-
YUV132.31151.5241.48-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.96%
GREEN value IS 186 (73.05% from 255) = 50.13%
BLUE value IS 174 (68.36% from 255) = 46.90%
R=2.96%
G=50.13%
B=46.90%

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
Decimal111861740.9400.060.27175.8988.8338.63
HexBBAAE5E061Bb05927
Octal13272256136063326013147
Binary101110111010101011101011110011011011101100001011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BBAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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