Html Css Color HEX #85BFAA Monte Carlo

📋 copy color: '#85BFAA'

red 133 ◦ green 191 ◦ blue 170

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

Shades of Monte Carlo #85BFAA

Tints of Monte Carlo #85BFAA

RGB

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

 GREEN value IS 191 (75% from 255) = 38.66%

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

R = 26.92%
G = 38.66%
B = 34.41%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#85BFAA (or 0x85BFAA) is known color: Monte Carlo. HEX triplet: 85, BF and AA. RGB value is (133,191,170). Sum of RGB (Red+Green+Blue) = 133+191+170=494 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.92% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 191 - color contains mainly: green. Hex color #85BFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BFAA is #7A4055. Grayscale: #ABABAB. Windows color (decimal): -8011862 or 11190149. OLE color: 11190149.

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

Color convert

RGB 133 191 170 -
CMYK 0.30 0 0.11 0.25
HSL 158.28º 0.31% 0.64% -
HSV(B) 158.28º 0.3% 0.75% -
XYZ 35.56 45.15 44.87 -
YUV 171.26 127.28 100.71 -
System Red Green Blue C M Y K H S L
Decimal 133 191 170 0.30 0 0.11 0.25 158.28 0.31 0.64
Hex 85 BF AA 1E 0 B 19 9E 1F 40
Octal 205 277 252 36 0 13 31 236 37 100
Binary 10000101 10111111 10101010 11110 0 1011 11001 10011110 11111 1000000

Color Harmonies of #85BFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BFAA

Black with #85BFAA

Text Example


Text Example

White with #85BFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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