Html Css Color HEX #85C6AD Monte Carlo

📋 copy color: '#85C6AD'

red 133 ◦ green 198 ◦ blue 173

#85C6AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Monte Carlo #85C6AD

Tints of Monte Carlo #85C6AD

RGB

 RED value IS 133 (52.34% from 255) = 26.39%

 GREEN value IS 198 (77.73% from 255) = 39.29%

 BLUE value IS 173 (67.97% from 255) = 34.33%

R = 26.39%
G = 39.29%
B = 34.33%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#85C6AD (or 0x85C6AD) is known color: Monte Carlo. HEX triplet: 85, C6 and AD. RGB value is (133,198,173). Sum of RGB (Red+Green+Blue) = 133+198+173=504 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.39% from 504); Green value is 198 (77.73% from 255 or 39.29% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 198 - color contains mainly: green. Hex color #85C6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C6AD is #7A3952. Grayscale: #AFAFAF. Windows color (decimal): -8010067 or 11388549. OLE color: 11388549.

HSL color Cylindrical-coordinate representation of color #85C6AD: hue angle of 156.92º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85C6AD is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 133 198 173 -
CMYK 0.33 0 0.13 0.22
HSL 156.92º 0.36% 0.65% -
HSV(B) 156.92º 0.33% 0.78% -
XYZ 37.41 48.39 46.9 -
YUV 175.72 126.47 97.53 -
System Red Green Blue C M Y K H S L
Decimal 133 198 173 0.33 0 0.13 0.22 156.92 0.36 0.65
Hex 85 C6 AD 21 0 D 16 9D 24 41
Octal 205 306 255 41 0 15 26 235 44 101
Binary 10000101 11000110 10101101 100001 0 1101 10110 10011101 100100 1000001

Color Harmonies of #85C6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C6AD

Black with #85C6AD

Text Example


Text Example

White with #85C6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85C6AD;
 }
 .AnyTagClassName
 {
   color: #85C6AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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