Html Css Color HEX #85C7AA Monte Carlo

📋 copy color: '#85C7AA'

red 133 ◦ green 199 ◦ blue 170

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

Shades of Monte Carlo #85C7AA

Tints of Monte Carlo #85C7AA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.64%

 BLUE value IS 170 (66.8% from 255) = 33.86%

R = 26.49%
G = 39.64%
B = 33.86%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#85C7AA (or 0x85C7AA) is known color: Monte Carlo. HEX triplet: 85, C7 and AA. RGB value is (133,199,170). Sum of RGB (Red+Green+Blue) = 133+199+170=502 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.49% from 502); Green value is 199 (78.12% from 255 or 39.64% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 199 - color contains mainly: green. Hex color #85C7AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C7AA is #7A3855. Grayscale: #B0B0B0. Windows color (decimal): -8009814 or 11192197. OLE color: 11192197.

HSL color Cylindrical-coordinate representation of color #85C7AA: hue angle of 153.64º degrees, saturation: 0.37, 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 #85C7AA is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 133 199 170 -
CMYK 0.33 0 0.15 0.22
HSL 153.64º 0.37% 0.65% -
HSV(B) 153.64º 0.33% 0.78% -
XYZ 37.35 48.74 45.47 -
YUV 175.96 124.63 97.36 -
System Red Green Blue C M Y K H S L
Decimal 133 199 170 0.33 0 0.15 0.22 153.64 0.37 0.65
Hex 85 C7 AA 21 0 F 16 9A 25 41
Octal 205 307 252 41 0 17 26 232 45 101
Binary 10000101 11000111 10101010 100001 0 1111 10110 10011010 100101 1000001

Color Harmonies of #85C7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C7AA

Black with #85C7AA

Text Example


Text Example

White with #85C7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,199,170); }

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

background-color css

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

 a { background-color: rgb(133,199,170); }

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

border-color css

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

 span { border-color: rgb(133,199,170); }

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