Html Css Color HEX #85C5AF Monte Carlo

📋 copy color: '#85C5AF'

red 133 ◦ green 197 ◦ blue 175

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

Shades of Monte Carlo #85C5AF

Tints of Monte Carlo #85C5AF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.01%

 BLUE value IS 175 (68.75% from 255) = 34.65%

R = 26.34%
G = 39.01%
B = 34.65%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#85C5AF (or 0x85C5AF) is known color: Monte Carlo. HEX triplet: 85, C5 and AF. RGB value is (133,197,175). Sum of RGB (Red+Green+Blue) = 133+197+175=505 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.34% from 505); Green value is 197 (77.34% from 255 or 39.01% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 197 - color contains mainly: green. Hex color #85C5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C5AF is #7A3A50. Grayscale: #AFAFAF. Windows color (decimal): -8010321 or 11519365. OLE color: 11519365.

HSL color Cylindrical-coordinate representation of color #85C5AF: hue angle of 159.38º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85C5AF is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 133 197 175 -
CMYK 0.32 0 0.11 0.23
HSL 159.38º 0.36% 0.65% -
HSV(B) 159.38º 0.32% 0.77% -
XYZ 37.38 48.01 47.86 -
YUV 175.36 127.8 97.79 -
System Red Green Blue C M Y K H S L
Decimal 133 197 175 0.32 0 0.11 0.23 159.38 0.36 0.65
Hex 85 C5 AF 20 0 B 17 9F 24 41
Octal 205 305 257 40 0 13 27 237 44 101
Binary 10000101 11000101 10101111 100000 0 1011 10111 10011111 100100 1000001

Color Harmonies of #85C5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C5AF

Black with #85C5AF

Text Example


Text Example

White with #85C5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,197,175); }

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

background-color css

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

 a { background-color: rgb(133,197,175); }

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

border-color css

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

 span { border-color: rgb(133,197,175); }

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