Html Css Color HEX #85C0B4 Monte Carlo

📋 copy color: '#85C0B4'

red 133 ◦ green 192 ◦ blue 180

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

Shades of Monte Carlo #85C0B4

Tints of Monte Carlo #85C0B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.64%

R = 26.34%
G = 38.02%
B = 35.64%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#85C0B4 (or 0x85C0B4) is known color: Monte Carlo. HEX triplet: 85, C0 and B4. RGB value is (133,192,180). Sum of RGB (Red+Green+Blue) = 133+192+180=505 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.34% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 192 - color contains mainly: green. Hex color #85C0B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C0B4 is #7A3F4B. Grayscale: #ACACAC. Windows color (decimal): -8011596 or 11845765. OLE color: 11845765.

HSL color Cylindrical-coordinate representation of color #85C0B4: hue angle of 167.8º 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 #85C0B4 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 192 180 -
CMYK 0.31 0 0.06 0.25
HSL 167.8º 0.32% 0.64% -
HSV(B) 167.8º 0.31% 0.75% -
XYZ 36.76 45.98 50.12 -
YUV 172.99 131.95 99.48 -
System Red Green Blue C M Y K H S L
Decimal 133 192 180 0.31 0 0.06 0.25 167.8 0.32 0.64
Hex 85 C0 B4 1F 0 6 19 A8 20 40
Octal 205 300 264 37 0 6 31 250 40 100
Binary 10000101 11000000 10110100 11111 0 110 11001 10101000 100000 1000000

Color Harmonies of #85C0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C0B4

Black with #85C0B4

Text Example


Text Example

White with #85C0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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