#0BD6B1

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

Shades of Caribbean Green #0BD6B1

Tints of Caribbean Green #0BD6B1

Color information

#0BD6B1 (or 0x0BD6B1) is unknown color: approx Caribbean Green. HEX triplet: 0B, D6 and B1. RGB value is (11,214,177). Sum of RGB (Red+Green+Blue) = 11+214+177=402 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.74% from 402); Green value is 214 (83.98% from 255 or 53.23% from 402); Blue value is 177 (69.53% from 255 or 44.03% from 402); Max value from RGB is 214 - color contains mainly: green. Hex color #0BD6B1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BD6B1 is #F4294E. Grayscale: #959595. Windows color (decimal): -16001359 or 11654667. OLE color: 11654667.

HSL color Cylindrical-coordinate representation of color #0BD6B1: hue angle of 169.06º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD6B1 is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB11214177-
CMYK0.9500.170.16
HSL169.06º90.22%44.12%-
HSV(B)169.06º94.86%83.92%-
XYZ32.1251.3449.81-
YUV149.08143.7529.51-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.74%
GREEN value IS 214 (83.98% from 255) = 53.23%
BLUE value IS 177 (69.53% from 255) = 44.03%
R=2.74%
G=53.23%
B=44.03%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal112141770.9500.170.16169.0690.2244.12
HexBD6B15F01110a95a2c
Octal133262611370212025113254
Binary10111101011010110001101111101000110000101010011011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BD6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,214,177); }

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

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

 a { background-color: rgb(11,214,177); }

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

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

 span { border-color: rgb(11,214,177); }

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