#80CBAF

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

Shades of Monte Carlo #80CBAF

Tints of Monte Carlo #80CBAF

Color information

#80CBAF (or 0x80CBAF) is unknown color: approx Monte Carlo. HEX triplet: 80, CB and AF. RGB value is (128,203,175). Sum of RGB (Red+Green+Blue) = 128+203+175=506 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.30% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 203 - color contains mainly: green. Hex color #80CBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CBAF is #7F3450. Grayscale: #B1B1B1. Windows color (decimal): -8336465 or 11520896. OLE color: 11520896.

HSL color Cylindrical-coordinate representation of color #80CBAF: hue angle of 157.6º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80CBAF is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB128203175-
CMYK0.3700.140.20
HSL157.6º41.9%64.9%-
HSV(B)157.6º36.95%79.61%-
XYZ3850.448.28-
YUV177.38126.6592.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.30%
GREEN value IS 203 (79.69% from 255) = 40.12%
BLUE value IS 175 (68.75% from 255) = 34.58%
R=25.30%
G=40.12%
B=34.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1282031750.3700.140.20157.641.964.9
Hex80CBAF250E149e2a41
Octal200313257450162423652101
Binary1000000011001011101011111001010111010100100111101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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