#7DCEAE

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

Shades of Monte Carlo #7DCEAE

Tints of Monte Carlo #7DCEAE

Color information

#7DCEAE (or 0x7DCEAE) is unknown color: approx Monte Carlo. HEX triplet: 7D, CE and AE. RGB value is (125,206,174). Sum of RGB (Red+Green+Blue) = 125+206+174=505 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.75% from 505); Green value is 206 (80.86% from 255 or 40.79% from 505); Blue value is 174 (68.36% from 255 or 34.46% from 505); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCEAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCEAE is #823151. Grayscale: #B2B2B2. Windows color (decimal): -8532306 or 11456125. OLE color: 11456125.

HSL color Cylindrical-coordinate representation of color #7DCEAE: hue angle of 156.3º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCEAE is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB125206174-
CMYK0.3900.160.19
HSL156.3º45.25%64.9%-
HSV(B)156.3º39.32%80.78%-
XYZ38.1751.5647.98-
YUV178.13125.6690.1-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.75%
GREEN value IS 206 (80.86% from 255) = 40.79%
BLUE value IS 174 (68.36% from 255) = 34.46%
R=24.75%
G=40.79%
B=34.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1252061740.3900.160.19156.345.2564.9
Hex7DCEAE27010139c2d41
Octal175316256470202323455101
Binary1111101110011101010111010011101000010011100111001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,206,174); }

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

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

 a { background-color: rgb(125,206,174); }

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

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

 span { border-color: rgb(125,206,174); }

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