#85D6BA

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

Shades of Bermuda #85D6BA

Tints of Bermuda #85D6BA

Color information

#85D6BA (or 0x85D6BA) is unknown color: approx Bermuda. HEX triplet: 85, D6 and BA. RGB value is (133,214,186). Sum of RGB (Red+Green+Blue) = 133+214+186=533 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.95% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 214 - color contains mainly: green. Hex color #85D6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85D6BA is #7A2945. Grayscale: #BABABA. Windows color (decimal): -8005958 or 12244613. OLE color: 12244613.

HSL color Cylindrical-coordinate representation of color #85D6BA: hue angle of 159.26º 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 #85D6BA is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB133214186-
CMYK0.3800.130.16
HSL159.26º49.69%68.04%-
HSV(B)159.26º37.85%83.92%-
XYZ42.5856.6255.14-
YUV186.59127.6689.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.95%
GREEN value IS 214 (83.98% from 255) = 40.15%
BLUE value IS 186 (73.05% from 255) = 34.90%
R=24.95%
G=40.15%
B=34.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1332141860.3800.130.16159.2649.6968.04
Hex85D6BA260D109f3244
Octal205326272460152023762104
Binary1000010111010110101110101001100110110000100111111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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