#7FCCA8

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

Shades of Monte Carlo #7FCCA8

Tints of Monte Carlo #7FCCA8

Color information

#7FCCA8 (or 0x7FCCA8) is unknown color: approx Monte Carlo. HEX triplet: 7F, CC and A8. RGB value is (127,204,168). Sum of RGB (Red+Green+Blue) = 127+204+168=499 (66% of max value = 765). Red value is 127 (50% from 255 or 25.45% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 168 (66.02% from 255 or 33.67% from 499); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCCA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCCA8 is #803357. Grayscale: #B0B0B0. Windows color (decimal): -8401752 or 11062399. OLE color: 11062399.

HSL color Cylindrical-coordinate representation of color #7FCCA8: hue angle of 151.95º 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 #7FCCA8 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB127204168-
CMYK0.3800.180.2
HSL151.95º43.02%64.9%-
HSV(B)151.95º37.75%80%-
XYZ37.4150.5244.83-
YUV176.87122.9992.43-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.45%
GREEN value IS 204 (80.08% from 255) = 40.88%
BLUE value IS 168 (66.02% from 255) = 33.67%
R=25.45%
G=40.88%
B=33.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1272041680.3800.180.2151.9543.0264.9
Hex7FCCA82601214982b41
Octal177314250460222423053101
Binary1111111110011001010100010011001001010100100110001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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