#0BD6B0

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

Shades of Caribbean Green #0BD6B0

Tints of Caribbean Green #0BD6B0

Color information

#0BD6B0 (or 0x0BD6B0) is unknown color: approx Caribbean Green. HEX triplet: 0B, D6 and B0. RGB value is (11,214,176). Sum of RGB (Red+Green+Blue) = 11+214+176=401 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.74% from 401); Green value is 214 (83.98% from 255 or 53.37% from 401); Blue value is 176 (69.14% from 255 or 43.89% from 401); Max value from RGB is 214 - color contains mainly: green. Hex color #0BD6B0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BD6B0 is #F4294F. Grayscale: #949494. Windows color (decimal): -16001360 or 11589131. OLE color: 11589131.

HSL color Cylindrical-coordinate representation of color #0BD6B0: hue angle of 168.77º 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 #0BD6B0 is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB11214176-
CMYK0.9500.180.16
HSL168.77º90.22%44.12%-
HSV(B)168.77º94.86%83.92%-
XYZ32.0251.349.29-
YUV148.97143.2529.59-

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.37%
BLUE value IS 176 (69.14% from 255) = 43.89%
R=2.74%
G=53.37%
B=43.89%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal112141760.9500.180.16168.7790.2244.12
HexBD6B05F01210a95a2c
Octal133262601370222025113254
Binary10111101011010110000101111101001010000101010011011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BD6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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