#0BDBA6

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

Shades of Caribbean Green #0BDBA6

Tints of Caribbean Green #0BDBA6

Color information

#0BDBA6 (or 0x0BDBA6) is unknown color: approx Caribbean Green. HEX triplet: 0B, DB and A6. RGB value is (11,219,166). Sum of RGB (Red+Green+Blue) = 11+219+166=396 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.78% from 396); Green value is 219 (85.94% from 255 or 55.30% from 396); Blue value is 166 (65.23% from 255 or 41.92% from 396); Max value from RGB is 219 - color contains mainly: green. Hex color #0BDBA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BDBA6 is #F42459. Grayscale: #969696. Windows color (decimal): -16000090 or 10935051. OLE color: 10935051.

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

Color convert

RGB11219166-
CMYK0.9500.240.14
HSL164.71º90.43%45.1%-
HSV(B)164.71º94.98%85.88%-
XYZ32.3553.4944.7-
YUV150.77136.5928.31-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.78%
GREEN value IS 219 (85.94% from 255) = 55.30%
BLUE value IS 166 (65.23% from 255) = 41.92%
R=2.78%
G=55.30%
B=41.92%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal112191660.9500.240.14164.7190.4345.1
HexBDBA65F018Ea55a2d
Octal133332461370301624513255
Binary1011110110111010011010111110110001110101001011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BDBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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