#85DFB9

Color #85DFB9 Bermuda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda #85DFB9

Tints of Bermuda #85DFB9

Color information

#85DFB9 (or 0x85DFB9) is unknown color: approx Bermuda. HEX triplet: 85, DF and B9. RGB value is (133,223,185). Sum of RGB (Red+Green+Blue) = 133+223+185=541 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.58% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 185 (72.66% from 255 or 34.20% from 541); Max value from RGB is 223 - color contains mainly: green. Hex color #85DFB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DFB9 is #7A2046. Grayscale: #BFBFBF. Windows color (decimal): -8003655 or 12181381. OLE color: 12181381.

HSL color Cylindrical-coordinate representation of color #85DFB9: hue angle of 154.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DFB9 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB133223185-
CMYK0.4000.170.13
HSL154.67º58.44%69.8%-
HSV(B)154.67º40.36%87.45%-
XYZ44.8261.2655.36-
YUV191.76124.1886.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.58%
GREEN value IS 223 (87.5% from 255) = 41.22%
BLUE value IS 185 (72.66% from 255) = 34.20%
R=24.58%
G=41.22%
B=34.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332231850.4000.170.13154.6758.4469.8
Hex85DFB928011D9b3a46
Octal205337271500211523372106
Binary1000010111011111101110011010000100011101100110111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85DFB9; }

 p { color: rgb(133,223,185); }

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

<style>
 a { background-color: #85DFB9; }

 a { background-color: rgb(133,223,185); }

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

<style>
 span { border-color: #85DFB9; }

 span { border-color: rgb(133,223,185); }

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