#85D3BD

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

Shades of Bermuda #85D3BD

Tints of Bermuda #85D3BD

Color information

#85D3BD (or 0x85D3BD) is unknown color: approx Bermuda. HEX triplet: 85, D3 and BD. RGB value is (133,211,189). Sum of RGB (Red+Green+Blue) = 133+211+189=533 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.95% from 533); Green value is 211 (82.81% from 255 or 39.59% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 211 - color contains mainly: green. Hex color #85D3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85D3BD is #7A2C42. Grayscale: #B9B9B9. Windows color (decimal): -8006723 or 12440453. OLE color: 12440453.

HSL color Cylindrical-coordinate representation of color #85D3BD: hue angle of 163.08º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85D3BD is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB133211189-
CMYK0.3700.100.17
HSL163.08º46.99%67.45%-
HSV(B)163.08º36.97%82.75%-
XYZ42.1555.2556.59-
YUV185.17130.1690.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.95%
GREEN value IS 211 (82.81% from 255) = 39.59%
BLUE value IS 189 (74.22% from 255) = 35.46%
R=24.95%
G=39.59%
B=35.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1332111890.3700.100.17163.0846.9967.45
Hex85D3BD250A11a32f43
Octal205323275450122124357103
Binary1000010111010011101111011001010101010001101000111011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,211,189); }

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

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

 a { background-color: rgb(133,211,189); }

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

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

 span { border-color: rgb(133,211,189); }

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