#85CDBD

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

Shades of Bermuda #85CDBD

Tints of Bermuda #85CDBD

Color information

#85CDBD (or 0x85CDBD) is unknown color: approx Bermuda. HEX triplet: 85, CD and BD. RGB value is (133,205,189). Sum of RGB (Red+Green+Blue) = 133+205+189=527 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.24% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 205 - color contains mainly: green. Hex color #85CDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CDBD is #7A3242. Grayscale: #B5B5B5. Windows color (decimal): -8008259 or 12438917. OLE color: 12438917.

HSL color Cylindrical-coordinate representation of color #85CDBD: hue angle of 166.67º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CDBD is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB133205189-
CMYK0.3500.080.20
HSL166.67º41.86%66.27%-
HSV(B)166.67º35.12%80.39%-
XYZ40.6952.3256.1-
YUV181.65132.1593.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.24%
GREEN value IS 205 (80.47% from 255) = 38.90%
BLUE value IS 189 (74.22% from 255) = 35.86%
R=25.24%
G=38.90%
B=35.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1332051890.3500.080.20166.6741.8666.27
Hex85CDBD230814a72a42
Octal205315275430102424752102
Binary1000010111001101101111011000110100010100101001111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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