#85CEB6

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

Shades of Bermuda #85CEB6

Tints of Bermuda #85CEB6

Color information

#85CEB6 (or 0x85CEB6) is unknown color: approx Bermuda. HEX triplet: 85, CE and B6. RGB value is (133,206,182). Sum of RGB (Red+Green+Blue) = 133+206+182=521 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.53% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 206 - color contains mainly: green. Hex color #85CEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CEB6 is #7A3149. Grayscale: #B5B5B5. Windows color (decimal): -8008010 or 11980421. OLE color: 11980421.

HSL color Cylindrical-coordinate representation of color #85CEB6: hue angle of 160.27º 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 #85CEB6 is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB133206182-
CMYK0.3500.120.19
HSL160.27º42.69%66.47%-
HSV(B)160.27º35.44%80.78%-
XYZ40.1952.5152.27-
YUV181.44128.3293.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.53%
GREEN value IS 206 (80.86% from 255) = 39.54%
BLUE value IS 182 (71.48% from 255) = 34.93%
R=25.53%
G=39.54%
B=34.93%

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
Decimal1332061820.3500.120.19160.2742.6966.47
Hex85CEB6230C13a02b42
Octal205316266430142324053102
Binary1000010111001110101101101000110110010011101000001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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