Html Css Color HEX #80BDAE Monte Carlo

📋 copy color: '#80BDAE'

red 128 ◦ green 189 ◦ blue 174

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

Shades of Monte Carlo #80BDAE

Tints of Monte Carlo #80BDAE

RGB

 RED value IS 128 (50.39% from 255) = 26.07%

 GREEN value IS 189 (74.22% from 255) = 38.49%

 BLUE value IS 174 (68.36% from 255) = 35.44%

R = 26.07%
G = 38.49%
B = 35.44%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#80BDAE (or 0x80BDAE) is known color: Monte Carlo. HEX triplet: 80, BD and AE. RGB value is (128,189,174). Sum of RGB (Red+Green+Blue) = 128+189+174=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 189 - color contains mainly: green. Hex color #80BDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BDAE is #7F4251. Grayscale: #A9A9A9. Windows color (decimal): -8340050 or 11451776. OLE color: 11451776.

HSL color Cylindrical-coordinate representation of color #80BDAE: hue angle of 165.25º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80BDAE is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 189 174 -
CMYK 0.32 0 0.08 0.26
HSL 165.25º 0.32% 0.62% -
HSV(B) 165.25º 0.32% 0.74% -
XYZ 34.74 44.04 46.71 -
YUV 169.05 130.79 98.72 -
System Red Green Blue C M Y K H S L
Decimal 128 189 174 0.32 0 0.08 0.26 165.25 0.32 0.62
Hex 80 BD AE 20 0 8 1A A5 20 3E
Octal 200 275 256 40 0 10 32 245 40 76
Binary 10000000 10111101 10101110 100000 0 1000 11010 10100101 100000 111110

Color Harmonies of #80BDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BDAE

Black with #80BDAE

Text Example


Text Example

White with #80BDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80BDAE; }

 p { color: rgb(128,189,174); }

 H1.HeaderClassName
 {
   color: #80BDAE;
 }
 .AnyTagClassName
 {
   color: #80BDAE;
 }
</style>

background-color css

<style>
 a { background-color: #80BDAE; }

 a { background-color: rgb(128,189,174); }

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

border-color css

<style>
 span { border-color: #80BDAE; }

 span { border-color: rgb(128,189,174); }

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