#85DCBD

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

Shades of Bermuda #85DCBD

Tints of Bermuda #85DCBD

Color information

#85DCBD (or 0x85DCBD) is unknown color: approx Bermuda. HEX triplet: 85, DC and BD. RGB value is (133,220,189). Sum of RGB (Red+Green+Blue) = 133+220+189=542 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.54% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #85DCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DCBD is #7A2342. Grayscale: #BEBEBE. Windows color (decimal): -8004419 or 12442757. OLE color: 12442757.

HSL color Cylindrical-coordinate representation of color #85DCBD: hue angle of 158.62º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DCBD is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB133220189-
CMYK0.4000.140.14
HSL158.62º55.41%69.22%-
HSV(B)158.62º39.55%86.27%-
XYZ44.4559.8557.35-
YUV190.45127.1887.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.54%
GREEN value IS 220 (86.33% from 255) = 40.59%
BLUE value IS 189 (74.22% from 255) = 34.87%
R=24.54%
G=40.59%
B=34.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1332201890.4000.140.14158.6255.4169.22
Hex85DCBD280EE9f3745
Octal205334275500161623767105
Binary100001011101110010111101101000011101110100111111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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