#77CDAF

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

Shades of Monte Carlo #77CDAF

Tints of Monte Carlo #77CDAF

Color information

#77CDAF (or 0x77CDAF) is unknown color: approx Monte Carlo. HEX triplet: 77, CD and AF. RGB value is (119,205,175). Sum of RGB (Red+Green+Blue) = 119+205+175=499 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.85% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 205 - color contains mainly: green. Hex color #77CDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CDAF is #883250. Grayscale: #AFAFAF. Windows color (decimal): -8925777 or 11521399. OLE color: 11521399.

HSL color Cylindrical-coordinate representation of color #77CDAF: hue angle of 159.07º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77CDAF is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB119205175-
CMYK0.4200.150.20
HSL159.07º46.24%63.53%-
HSV(B)159.07º41.95%80.39%-
XYZ37.1850.6848.38-
YUV175.87127.5187.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.85%
GREEN value IS 205 (80.47% from 255) = 41.08%
BLUE value IS 175 (68.75% from 255) = 35.07%
R=23.85%
G=41.08%
B=35.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1192051750.4200.150.20159.0746.2463.53
Hex77CDAF2A0F149f2e40
Octal167315257520172423756100
Binary111011111001101101011111010100111110100100111111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77CDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77CDAF; }

 p { color: rgb(119,205,175); }

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

<style>
 a { background-color: #77CDAF; }

 a { background-color: rgb(119,205,175); }

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

<style>
 span { border-color: #77CDAF; }

 span { border-color: rgb(119,205,175); }

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