#85DDB9

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

Shades of Bermuda #85DDB9

Tints of Bermuda #85DDB9

Color information

#85DDB9 (or 0x85DDB9) is unknown color: approx Bermuda. HEX triplet: 85, DD and B9. RGB value is (133,221,185). Sum of RGB (Red+Green+Blue) = 133+221+185=539 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.68% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 185 (72.66% from 255 or 34.32% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #85DDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DDB9 is #7A2246. Grayscale: #BEBEBE. Windows color (decimal): -8004167 or 12180869. OLE color: 12180869.

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

Color convert

RGB133221185-
CMYK0.4000.160.13
HSL155.45º56.41%69.41%-
HSV(B)155.45º39.82%86.67%-
XYZ44.2960.255.19-
YUV190.58124.8586.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.68%
GREEN value IS 221 (86.72% from 255) = 41.00%
BLUE value IS 185 (72.66% from 255) = 34.32%
R=24.68%
G=41.00%
B=34.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332211850.4000.160.13155.4556.4169.41
Hex85DDB928010D9b3845
Octal205335271500201523370105
Binary1000010111011101101110011010000100001101100110111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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