#7FCDB9

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

Shades of Monte Carlo #7FCDB9

Tints of Monte Carlo #7FCDB9

Color information

#7FCDB9 (or 0x7FCDB9) is unknown color: approx Monte Carlo. HEX triplet: 7F, CD and B9. RGB value is (127,205,185). Sum of RGB (Red+Green+Blue) = 127+205+185=517 (68% of max value = 765). Red value is 127 (50% from 255 or 24.56% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 185 (72.66% from 255 or 35.78% from 517); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCDB9 is #803246. Grayscale: #B3B3B3. Windows color (decimal): -8401479 or 12176767. OLE color: 12176767.

HSL color Cylindrical-coordinate representation of color #7FCDB9: hue angle of 164.62º degrees, saturation: 0.44, 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 #7FCDB9 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB127205185-
CMYK0.3800.100.20
HSL164.62º43.82%65.1%-
HSV(B)164.62º38.05%80.39%-
XYZ39.3451.6853.8-
YUV179.4131.1690.63-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.56%
GREEN value IS 205 (80.47% from 255) = 39.65%
BLUE value IS 185 (72.66% from 255) = 35.78%
R=24.56%
G=39.65%
B=35.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1272051850.3800.100.20164.6243.8265.1
Hex7FCDB9260A14a52c41
Octal177315271460122424554101
Binary111111111001101101110011001100101010100101001011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,205,185); }

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

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

 a { background-color: rgb(127,205,185); }

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

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

 span { border-color: rgb(127,205,185); }

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