Html Css Color HEX #85C0AD Monte Carlo

📋 copy color: '#85C0AD'

red 133 ◦ green 192 ◦ blue 173

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

Shades of Monte Carlo #85C0AD

Tints of Monte Carlo #85C0AD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.55%

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

R = 26.71%
G = 38.55%
B = 34.74%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#85C0AD (or 0x85C0AD) is known color: Monte Carlo. HEX triplet: 85, C0 and AD. RGB value is (133,192,173). Sum of RGB (Red+Green+Blue) = 133+192+173=498 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.71% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 192 - color contains mainly: green. Hex color #85C0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C0AD is #7A3F52. Grayscale: #ACACAC. Windows color (decimal): -8011603 or 11387013. OLE color: 11387013.

HSL color Cylindrical-coordinate representation of color #85C0AD: hue angle of 160.68º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85C0AD is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 192 173 -
CMYK 0.31 0 0.10 0.25
HSL 160.68º 0.32% 0.64% -
HSV(B) 160.68º 0.31% 0.75% -
XYZ 36.07 45.7 46.46 -
YUV 172.19 128.45 100.04 -
System Red Green Blue C M Y K H S L
Decimal 133 192 173 0.31 0 0.10 0.25 160.68 0.32 0.64
Hex 85 C0 AD 1F 0 A 19 A1 20 40
Octal 205 300 255 37 0 12 31 241 40 100
Binary 10000101 11000000 10101101 11111 0 1010 11001 10100001 100000 1000000

Color Harmonies of #85C0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C0AD

Black with #85C0AD

Text Example


Text Example

White with #85C0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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