#85DEBE

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

Shades of Bermuda #85DEBE

Tints of Bermuda #85DEBE

Color information

#85DEBE (or 0x85DEBE) is unknown color: approx Bermuda. HEX triplet: 85, DE and BE. RGB value is (133,222,190). Sum of RGB (Red+Green+Blue) = 133+222+190=545 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.40% from 545); Green value is 222 (87.11% from 255 or 40.73% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 222 - color contains mainly: green. Hex color #85DEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DEBE is #7A2141. Grayscale: #BFBFBF. Windows color (decimal): -8003906 or 12508805. OLE color: 12508805.

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

Color convert

RGB133222190-
CMYK0.4000.140.13
HSL158.43º57.42%69.61%-
HSV(B)158.43º40.09%87.06%-
XYZ45.0960.9558.1-
YUV191.74127.0186.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.40%
GREEN value IS 222 (87.11% from 255) = 40.73%
BLUE value IS 190 (74.61% from 255) = 34.86%
R=24.40%
G=40.73%
B=34.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332221900.4000.140.13158.4357.4269.61
Hex85DEBE280ED9e3946
Octal205336276500161523671106
Binary100001011101111010111110101000011101101100111101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,222,190); }

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

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

 a { background-color: rgb(133,222,190); }

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

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

 span { border-color: rgb(133,222,190); }

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