#85D0B3

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

Shades of Bermuda #85D0B3

Tints of Bermuda #85D0B3

Color information

#85D0B3 (or 0x85D0B3) is unknown color: approx Bermuda. HEX triplet: 85, D0 and B3. RGB value is (133,208,179). Sum of RGB (Red+Green+Blue) = 133+208+179=520 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.58% from 520); Green value is 208 (81.64% from 255 or 40% from 520); Blue value is 179 (70.31% from 255 or 34.42% from 520); Max value from RGB is 208 - color contains mainly: green. Hex color #85D0B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85D0B3 is #7A2F4C. Grayscale: #B6B6B6. Windows color (decimal): -8007501 or 11784325. OLE color: 11784325.

HSL color Cylindrical-coordinate representation of color #85D0B3: hue angle of 156.8º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85D0B3 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB133208179-
CMYK0.3600.140.18
HSL156.8º44.38%66.86%-
HSV(B)156.8º36.06%81.57%-
XYZ40.3753.3550.82-
YUV182.27126.1592.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.58%
GREEN value IS 208 (81.64% from 255) = 40%
BLUE value IS 179 (70.31% from 255) = 34.42%
R=25.58%
G=40%
B=34.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1332081790.3600.140.18156.844.3866.86
Hex85D0B3240E129d2c43
Octal205320263440162223554103
Binary1000010111010000101100111001000111010010100111011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,208,179); }

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

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

 a { background-color: rgb(133,208,179); }

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

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

 span { border-color: rgb(133,208,179); }

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