#0BBCB0

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

Shades of Light Sea Green #0BBCB0

Tints of Light Sea Green #0BBCB0

Color information

#0BBCB0 (or 0x0BBCB0) is unknown color: approx Light Sea Green. HEX triplet: 0B, BC and B0. RGB value is (11,188,176). Sum of RGB (Red+Green+Blue) = 11+188+176=375 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.93% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 176 (69.14% from 255 or 46.93% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #0BBCB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBCB0 is #F4434F. Grayscale: #858585. Windows color (decimal): -16008016 or 11582475. OLE color: 11582475.

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

Color convert

RGB11188176-
CMYK0.9400.060.26
HSL175.93º88.94%39.02%-
HSV(B)175.93º94.15%73.73%-
XYZ25.9639.1747.27-
YUV133.71151.8640.48-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.93%
GREEN value IS 188 (73.83% from 255) = 50.13%
BLUE value IS 176 (69.14% from 255) = 46.93%
R=2.93%
G=50.13%
B=46.93%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal111881760.9400.060.26175.9388.9439.02
HexBBCB05E061Ab05927
Octal13274260136063226013147
Binary101110111100101100001011110011011010101100001011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BBCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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