#0BDFA0

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

Shades of Caribbean Green #0BDFA0

Tints of Caribbean Green #0BDFA0

Color information

#0BDFA0 (or 0x0BDFA0) is unknown color: approx Caribbean Green. HEX triplet: 0B, DF and A0. RGB value is (11,223,160). Sum of RGB (Red+Green+Blue) = 11+223+160=394 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.79% from 394); Green value is 223 (87.5% from 255 or 56.60% from 394); Blue value is 160 (62.89% from 255 or 40.61% from 394); Max value from RGB is 223 - color contains mainly: green. Hex color #0BDFA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BDFA0 is #F4205F. Grayscale: #989898. Windows color (decimal): -15999072 or 10542859. OLE color: 10542859.

HSL color Cylindrical-coordinate representation of color #0BDFA0: hue angle of 162.17º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDFA0 is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB11223160-
CMYK0.9500.280.13
HSL162.17º90.6%45.88%-
HSV(B)162.17º95.07%87.45%-
XYZ32.8755.3842.22-
YUV152.43132.2627.12-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.79%
GREEN value IS 223 (87.5% from 255) = 56.60%
BLUE value IS 160 (62.89% from 255) = 40.61%
R=2.79%
G=56.60%
B=40.61%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal112231600.9500.280.13162.1790.645.88
HexBDFA05F01CDa25b2e
Octal133372401370341524213356
Binary1011110111111010000010111110111001101101000101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BDFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,223,160); }

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

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

 a { background-color: rgb(11,223,160); }

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

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

 span { border-color: rgb(11,223,160); }

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