#7FCCAD

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

Shades of Monte Carlo #7FCCAD

Tints of Monte Carlo #7FCCAD

Color information

#7FCCAD (or 0x7FCCAD) is unknown color: approx Monte Carlo. HEX triplet: 7F, CC and AD. RGB value is (127,204,173). Sum of RGB (Red+Green+Blue) = 127+204+173=504 (66% of max value = 765). Red value is 127 (50% from 255 or 25.20% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCCAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCCAD is #803352. Grayscale: #B1B1B1. Windows color (decimal): -8401747 or 11390079. OLE color: 11390079.

HSL color Cylindrical-coordinate representation of color #7FCCAD: hue angle of 155.84º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FCCAD is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB127204173-
CMYK0.3800.150.2
HSL155.84º43.02%64.9%-
HSV(B)155.84º37.75%80%-
XYZ37.8950.7147.33-
YUV177.44125.4992.02-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.20%
GREEN value IS 204 (80.08% from 255) = 40.48%
BLUE value IS 173 (67.97% from 255) = 34.33%
R=25.20%
G=40.48%
B=34.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1272041730.3800.150.2155.8443.0264.9
Hex7FCCAD260F149c2b41
Octal177314255460172423453101
Binary111111111001100101011011001100111110100100111001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FCCAD; }

 p { color: rgb(127,204,173); }

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

<style>
 a { background-color: #7FCCAD; }

 a { background-color: rgb(127,204,173); }

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

<style>
 span { border-color: #7FCCAD; }

 span { border-color: rgb(127,204,173); }

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