#80CABA

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

Shades of Monte Carlo #80CABA

Tints of Monte Carlo #80CABA

Color information

#80CABA (or 0x80CABA) is unknown color: approx Monte Carlo. HEX triplet: 80, CA and BA. RGB value is (128,202,186). Sum of RGB (Red+Green+Blue) = 128+202+186=516 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.81% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 202 - color contains mainly: green. Hex color #80CABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CABA is #7F3545. Grayscale: #B2B2B2. Windows color (decimal): -8336710 or 12241536. OLE color: 12241536.

HSL color Cylindrical-coordinate representation of color #80CABA: hue angle of 167.03º 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 #80CABA is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB128202186-
CMYK0.3700.080.21
HSL167.03º41.11%64.71%-
HSV(B)167.03º36.63%79.22%-
XYZ38.8950.3854.13-
YUV178.05132.4892.3-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.81%
GREEN value IS 202 (79.30% from 255) = 39.15%
BLUE value IS 186 (73.05% from 255) = 36.05%
R=24.81%
G=39.15%
B=36.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1282021860.3700.080.21167.0341.1164.71
Hex80CABA250815a72941
Octal200312272450102524751101
Binary1000000011001010101110101001010100010101101001111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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