Html Css Color HEX #80D3AF Monte Carlo

📋 copy color: '#80D3AF'

red 128 ◦ green 211 ◦ blue 175

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

Shades of Monte Carlo #80D3AF

Tints of Monte Carlo #80D3AF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.05%

 BLUE value IS 175 (68.75% from 255) = 34.05%

R = 24.9%
G = 41.05%
B = 34.05%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#80D3AF (or 0x80D3AF) is known color: Monte Carlo. HEX triplet: 80, D3 and AF. RGB value is (128,211,175). Sum of RGB (Red+Green+Blue) = 128+211+175=514 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.90% from 514); Green value is 211 (82.81% from 255 or 41.05% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 211 - color contains mainly: green. Hex color #80D3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D3AF is #7F2C50. Grayscale: #B6B6B6. Windows color (decimal): -8334417 or 11522944. OLE color: 11522944.

HSL color Cylindrical-coordinate representation of color #80D3AF: hue angle of 153.98º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80D3AF is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB 128 211 175 -
CMYK 0.39 0 0.17 0.17
HSL 153.98º 0.49% 0.66% -
HSV(B) 153.98º 0.39% 0.83% -
XYZ 39.93 54.27 48.93 -
YUV 182.08 124 89.43 -
System Red Green Blue C M Y K H S L
Decimal 128 211 175 0.39 0 0.17 0.17 153.98 0.49 0.66
Hex 80 D3 AF 27 0 11 11 9A 31 42
Octal 200 323 257 47 0 21 21 232 61 102
Binary 10000000 11010011 10101111 100111 0 10001 10001 10011010 110001 1000010

Color Harmonies of #80D3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D3AF

Black with #80D3AF

Text Example


Text Example

White with #80D3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,211,175); }

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

background-color css

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

 a { background-color: rgb(128,211,175); }

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

border-color css

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

 span { border-color: rgb(128,211,175); }

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