#85D6BF

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

Shades of Bermuda #85D6BF

Tints of Bermuda #85D6BF

Color information

#85D6BF (or 0x85D6BF) is unknown color: approx Bermuda. HEX triplet: 85, D6 and BF. RGB value is (133,214,191). Sum of RGB (Red+Green+Blue) = 133+214+191=538 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.72% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 214 - color contains mainly: green. Hex color #85D6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85D6BF is #7A2940. Grayscale: #BBBBBB. Windows color (decimal): -8005953 or 12572293. OLE color: 12572293.

HSL color Cylindrical-coordinate representation of color #85D6BF: hue angle of 162.96º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85D6BF is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB133214191-
CMYK0.3800.110.16
HSL162.96º49.69%68.04%-
HSV(B)162.96º37.85%83.92%-
XYZ43.1256.8457.99-
YUV187.16130.1689.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.72%
GREEN value IS 214 (83.98% from 255) = 39.78%
BLUE value IS 191 (75% from 255) = 35.50%
R=24.72%
G=39.78%
B=35.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1332141910.3800.110.16162.9649.6968.04
Hex85D6BF260B10a33244
Octal205326277460132024362104
Binary1000010111010110101111111001100101110000101000111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,214,191); }

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

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

 a { background-color: rgb(133,214,191); }

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

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

 span { border-color: rgb(133,214,191); }

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