#7DCDB9

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

Shades of Monte Carlo #7DCDB9

Tints of Monte Carlo #7DCDB9

Color information

#7DCDB9 (or 0x7DCDB9) is unknown color: approx Monte Carlo. HEX triplet: 7D, CD and B9. RGB value is (125,205,185). Sum of RGB (Red+Green+Blue) = 125+205+185=515 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.27% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCDB9 is #823246. Grayscale: #B2B2B2. Windows color (decimal): -8532551 or 12176765. OLE color: 12176765.

HSL color Cylindrical-coordinate representation of color #7DCDB9: hue angle of 165º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCDB9 is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB125205185-
CMYK0.3900.100.20
HSL165º44.44%64.71%-
HSV(B)165º39.02%80.39%-
XYZ39.0551.5353.79-
YUV178.8131.589.63-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.27%
GREEN value IS 205 (80.47% from 255) = 39.81%
BLUE value IS 185 (72.66% from 255) = 35.92%
R=24.27%
G=39.81%
B=35.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1252051850.3900.100.2016544.4464.71
Hex7DCDB9270A14a52c41
Octal175315271470122424554101
Binary111110111001101101110011001110101010100101001011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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