#7DCEB8

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

Shades of Monte Carlo #7DCEB8

Tints of Monte Carlo #7DCEB8

Color information

#7DCEB8 (or 0x7DCEB8) is unknown color: approx Monte Carlo. HEX triplet: 7D, CE and B8. RGB value is (125,206,184). Sum of RGB (Red+Green+Blue) = 125+206+184=515 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.27% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 184 (72.27% from 255 or 35.73% from 515); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCEB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCEB8 is #823147. Grayscale: #B3B3B3. Windows color (decimal): -8532296 or 12111485. OLE color: 12111485.

HSL color Cylindrical-coordinate representation of color #7DCEB8: hue angle of 163.7º 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 #7DCEB8 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB125206184-
CMYK0.3900.110.19
HSL163.7º45.25%64.9%-
HSV(B)163.7º39.32%80.78%-
XYZ39.1851.9653.31-
YUV179.27130.6689.29-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.27%
GREEN value IS 206 (80.86% from 255) = 40%
BLUE value IS 184 (72.27% from 255) = 35.73%
R=24.27%
G=40%
B=35.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1252061840.3900.110.19163.745.2564.9
Hex7DCEB8270B13a42d41
Octal175316270470132324455101
Binary111110111001110101110001001110101110011101001001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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