#85CFC6

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

Shades of Bermuda #85CFC6

Tints of Bermuda #85CFC6

Color information

#85CFC6 (or 0x85CFC6) is unknown color: approx Bermuda. HEX triplet: 85, CF and C6. RGB value is (133,207,198). Sum of RGB (Red+Green+Blue) = 133+207+198=538 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.72% from 538); Green value is 207 (81.25% from 255 or 38.48% from 538); Blue value is 198 (77.73% from 255 or 36.80% from 538); Max value from RGB is 207 - color contains mainly: green. Hex color #85CFC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CFC6 is #7A3039. Grayscale: #B7B7B7. Windows color (decimal): -8007738 or 13029253. OLE color: 13029253.

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

Color convert

RGB133207198-
CMYK0.3600.040.19
HSL172.7º43.53%66.67%-
HSV(B)172.7º35.75%81.18%-
XYZ42.1853.6961.57-
YUV183.85135.9891.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.72%
GREEN value IS 207 (81.25% from 255) = 38.48%
BLUE value IS 198 (77.73% from 255) = 36.80%
R=24.72%
G=38.48%
B=36.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1332071980.3600.040.19172.743.5366.67
Hex85CFC6240413ad2c43
Octal20531730644042325554103
Binary100001011100111111000110100100010010011101011011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,207,198); }

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

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

 a { background-color: rgb(133,207,198); }

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

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

 span { border-color: rgb(133,207,198); }

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