#0BDBA8

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

Shades of Caribbean Green #0BDBA8

Tints of Caribbean Green #0BDBA8

Color information

#0BDBA8 (or 0x0BDBA8) is unknown color: approx Caribbean Green. HEX triplet: 0B, DB and A8. RGB value is (11,219,168). Sum of RGB (Red+Green+Blue) = 11+219+168=398 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.76% from 398); Green value is 219 (85.94% from 255 or 55.03% from 398); Blue value is 168 (66.02% from 255 or 42.21% from 398); Max value from RGB is 219 - color contains mainly: green. Hex color #0BDBA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BDBA8 is #F42457. Grayscale: #969696. Windows color (decimal): -16000088 or 11066123. OLE color: 11066123.

HSL color Cylindrical-coordinate representation of color #0BDBA8: hue angle of 165.29º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDBA8 is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB11219168-
CMYK0.9500.230.14
HSL165.29º90.43%45.1%-
HSV(B)165.29º94.98%85.88%-
XYZ32.5453.5645.67-
YUV150.99137.5928.15-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.76%
GREEN value IS 219 (85.94% from 255) = 55.03%
BLUE value IS 168 (66.02% from 255) = 42.21%
R=2.76%
G=55.03%
B=42.21%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal112191680.9500.230.14165.2990.4345.1
HexBDBA85F017Ea55a2d
Octal133332501370271624513255
Binary1011110110111010100010111110101111110101001011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BDBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,219,168); }

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

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

 a { background-color: rgb(11,219,168); }

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

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

 span { border-color: rgb(11,219,168); }

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