Html Css Color HEX #85C2B6 Monte Carlo

📋 copy color: '#85C2B6'

red 133 ◦ green 194 ◦ blue 182

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

Shades of Monte Carlo #85C2B6

Tints of Monte Carlo #85C2B6

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.11%

 BLUE value IS 182 (71.48% from 255) = 35.76%

R = 26.13%
G = 38.11%
B = 35.76%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#85C2B6 (or 0x85C2B6) is known color: Monte Carlo. HEX triplet: 85, C2 and B6. RGB value is (133,194,182). Sum of RGB (Red+Green+Blue) = 133+194+182=509 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.13% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 182 (71.48% from 255 or 35.76% from 509); Max value from RGB is 194 - color contains mainly: green. Hex color #85C2B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C2B6 is #7A3D49. Grayscale: #AEAEAE. Windows color (decimal): -8011082 or 11977349. OLE color: 11977349.

HSL color Cylindrical-coordinate representation of color #85C2B6: hue angle of 168.2º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85C2B6 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB 133 194 182 -
CMYK 0.31 0 0.06 0.24
HSL 168.2º 0.33% 0.64% -
HSV(B) 168.2º 0.31% 0.76% -
XYZ 37.41 46.95 51.35 -
YUV 174.39 132.29 98.48 -
System Red Green Blue C M Y K H S L
Decimal 133 194 182 0.31 0 0.06 0.24 168.2 0.33 0.64
Hex 85 C2 B6 1F 0 6 18 A8 21 40
Octal 205 302 266 37 0 6 30 250 41 100
Binary 10000101 11000010 10110110 11111 0 110 11000 10101000 100001 1000000

Color Harmonies of #85C2B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C2B6

Black with #85C2B6

Text Example


Text Example

White with #85C2B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,194,182); }

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

background-color css

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

 a { background-color: rgb(133,194,182); }

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

border-color css

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

 span { border-color: rgb(133,194,182); }

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