#85CEB5

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

Shades of Bermuda #85CEB5

Tints of Bermuda #85CEB5

Color information

#85CEB5 (or 0x85CEB5) is unknown color: approx Bermuda. HEX triplet: 85, CE and B5. RGB value is (133,206,181). Sum of RGB (Red+Green+Blue) = 133+206+181=520 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.58% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 181 (71.09% from 255 or 34.81% from 520); Max value from RGB is 206 - color contains mainly: green. Hex color #85CEB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CEB5 is #7A314A. Grayscale: #B5B5B5. Windows color (decimal): -8008011 or 11914885. OLE color: 11914885.

HSL color Cylindrical-coordinate representation of color #85CEB5: hue angle of 159.45º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CEB5 is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB133206181-
CMYK0.3500.120.19
HSL159.45º42.69%66.47%-
HSV(B)159.45º35.44%80.78%-
XYZ40.0852.4751.73-
YUV181.32127.8293.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.58%
GREEN value IS 206 (80.86% from 255) = 39.62%
BLUE value IS 181 (71.09% from 255) = 34.81%
R=25.58%
G=39.62%
B=34.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1332061810.3500.120.19159.4542.6966.47
Hex85CEB5230C139f2b42
Octal205316265430142323753102
Binary1000010111001110101101011000110110010011100111111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,206,181); }

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

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

 a { background-color: rgb(133,206,181); }

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

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

 span { border-color: rgb(133,206,181); }

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