#0BC786

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

Shades of Caribbean Green #0BC786

Tints of Caribbean Green #0BC786

Color information

#0BC786 (or 0x0BC786) is unknown color: approx Caribbean Green. HEX triplet: 0B, C7 and 86. RGB value is (11,199,134). Sum of RGB (Red+Green+Blue) = 11+199+134=344 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.20% from 344); Green value is 199 (78.12% from 255 or 57.85% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 199 - color contains mainly: green. Hex color #0BC786 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BC786 is #F43879. Grayscale: #878787. Windows color (decimal): -16005242 or 8832779. OLE color: 8832779.

HSL color Cylindrical-coordinate representation of color #0BC786: hue angle of 159.26º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC786 is Cyan = 0.94, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB11199134-
CMYK0.9400.330.22
HSL159.26º89.52%41.18%-
HSV(B)159.26º94.47%78.04%-
XYZ24.8642.6429.47-
YUV135.38127.2239.29-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.20%
GREEN value IS 199 (78.12% from 255) = 57.85%
BLUE value IS 134 (52.73% from 255) = 38.95%
R=3.20%
G=57.85%
B=38.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal111991340.9400.330.22159.2689.5241.18
HexBC7865E021169f5a29
Octal133072061360412623713251
Binary101111000111100001101011110010000110110100111111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BC786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,199,134); }

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

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

 a { background-color: rgb(11,199,134); }

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

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

 span { border-color: rgb(11,199,134); }

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