#80CAAB

Color #80CAAB Monte Carlo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monte Carlo #80CAAB

Tints of Monte Carlo #80CAAB

Color information

#80CAAB (or 0x80CAAB) is unknown color: approx Monte Carlo. HEX triplet: 80, CA and AB. RGB value is (128,202,171). Sum of RGB (Red+Green+Blue) = 128+202+171=501 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.55% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 202 - color contains mainly: green. Hex color #80CAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CAAB is #7F3554. Grayscale: #B0B0B0. Windows color (decimal): -8336725 or 11258496. OLE color: 11258496.

HSL color Cylindrical-coordinate representation of color #80CAAB: hue angle of 154.86º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80CAAB is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB128202171-
CMYK0.3700.150.21
HSL154.86º41.11%64.71%-
HSV(B)154.86º36.63%79.22%-
XYZ37.3749.7746.16-
YUV176.34124.9893.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.55%
GREEN value IS 202 (79.30% from 255) = 40.32%
BLUE value IS 171 (67.19% from 255) = 34.13%
R=25.55%
G=40.32%
B=34.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1282021710.3700.150.21154.8641.1164.71
Hex80CAAB250F159b2941
Octal200312253450172523351101
Binary1000000011001010101010111001010111110101100110111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,202,171); }

 H1.HeaderClassName
 {
   color: #80CAAB;
 }
 .AnyTagClassName
 {
   color: #80CAAB;
 }
</style>
background-color css

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

 a { background-color: rgb(128,202,171); }

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

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

 span { border-color: rgb(128,202,171); }

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