#85D8BA

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

Shades of Bermuda #85D8BA

Tints of Bermuda #85D8BA

Color information

#85D8BA (or 0x85D8BA) is unknown color: approx Bermuda. HEX triplet: 85, D8 and BA. RGB value is (133,216,186). Sum of RGB (Red+Green+Blue) = 133+216+186=535 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.86% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 216 - color contains mainly: green. Hex color #85D8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85D8BA is #7A2745. Grayscale: #BBBBBB. Windows color (decimal): -8005446 or 12245125. OLE color: 12245125.

HSL color Cylindrical-coordinate representation of color #85D8BA: hue angle of 158.31º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85D8BA is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB133216186-
CMYK0.3800.140.15
HSL158.31º51.55%68.43%-
HSV(B)158.31º38.43%84.71%-
XYZ43.0957.6455.31-
YUV187.7612788.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.86%
GREEN value IS 216 (84.77% from 255) = 40.37%
BLUE value IS 186 (73.05% from 255) = 34.77%
R=24.86%
G=40.37%
B=34.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1332161860.3800.140.15158.3151.5568.43
Hex85D8BA260EF9e3444
Octal205330272460161723664104
Binary100001011101100010111010100110011101111100111101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,216,186); }

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

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

 a { background-color: rgb(133,216,186); }

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

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

 span { border-color: rgb(133,216,186); }

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