#0BBCB3

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

Shades of Light Sea Green #0BBCB3

Tints of Light Sea Green #0BBCB3

Color information

#0BBCB3 (or 0x0BBCB3) is unknown color: approx Light Sea Green. HEX triplet: 0B, BC and B3. RGB value is (11,188,179). Sum of RGB (Red+Green+Blue) = 11+188+179=378 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.91% from 378); Green value is 188 (73.83% from 255 or 49.74% from 378); Blue value is 179 (70.31% from 255 or 47.35% from 378); Max value from RGB is 188 - color contains mainly: green. Hex color #0BBCB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBCB3 is #F4434C. Grayscale: #858585. Windows color (decimal): -16008013 or 11779083. OLE color: 11779083.

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

Color convert

RGB11188179-
CMYK0.9400.050.26
HSL176.95º88.94%39.02%-
HSV(B)176.95º94.15%73.73%-
XYZ26.2639.2948.85-
YUV134.05153.3640.23-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.91%
GREEN value IS 188 (73.83% from 255) = 49.74%
BLUE value IS 179 (70.31% from 255) = 47.35%
R=2.91%
G=49.74%
B=47.35%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal111881790.9400.050.26176.9588.9439.02
HexBBCB35E051Ab15927
Octal13274263136053226113147
Binary101110111100101100111011110010111010101100011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BBCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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