#0bbf9b

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

Shades of Caribbean Green #0BBF9B

Tints of Caribbean Green #0BBF9B

Color information

#0BBF9B (or 0x0BBF9B) is unknown color: approx Caribbean Green. HEX triplet: 0B, BF and 9B. RGB value is (11,191,155). Sum of RGB (Red+Green+Blue) = 11+191+155=357 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.08% from 357); Green value is 191 (75% from 255 or 53.50% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 191 - color contains mainly: green. Hex color #0BBF9B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBF9B is #F44064. Grayscale: #858585. Windows color (decimal): -16007269 or 10206987. OLE color: 10206987.

HSL color Cylindrical-coordinate representation of color #0BBF9B: hue angle of 168º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBF9B is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB11191155-
CMYK0.9400.190.25
HSL168º89.11%39.61%-
HSV(B)168º94.24%74.9%-
XYZ24.6939.737.37-
YUV133.08140.3740.93-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.08%
GREEN value IS 191 (75% from 255) = 53.50%
BLUE value IS 155 (60.94% from 255) = 43.42%
R=3.08%
G=53.50%
B=43.42%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal111911550.9400.190.2516889.1139.61
HexBBF9B5E01319a85928
Octal132772331360233125013150
Binary10111011111110011011101111001001111001101010001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0bbf9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,191,155); }

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

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

 a { background-color: rgb(11,191,155); }

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

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

 span { border-color: rgb(11,191,155); }

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