#85DFBD

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

Shades of Bermuda #85DFBD

Tints of Bermuda #85DFBD

Color information

#85DFBD (or 0x85DFBD) is unknown color: approx Bermuda. HEX triplet: 85, DF and BD. RGB value is (133,223,189). Sum of RGB (Red+Green+Blue) = 133+223+189=545 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.40% from 545); Green value is 223 (87.5% from 255 or 40.92% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 223 - color contains mainly: green. Hex color #85DFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DFBD is #7A2042. Grayscale: #C0C0C0. Windows color (decimal): -8003651 or 12443525. OLE color: 12443525.

HSL color Cylindrical-coordinate representation of color #85DFBD: hue angle of 157.33º 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 #85DFBD is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB133223189-
CMYK0.4000.150.13
HSL157.33º58.44%69.8%-
HSV(B)157.33º40.36%87.45%-
XYZ45.2561.4457.62-
YUV192.21126.1885.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.40%
GREEN value IS 223 (87.5% from 255) = 40.92%
BLUE value IS 189 (74.22% from 255) = 34.68%
R=24.40%
G=40.92%
B=34.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332231890.4000.150.13157.3358.4469.8
Hex85DFBD280FD9d3a46
Octal205337275500171523572106
Binary100001011101111110111101101000011111101100111011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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