#7DCDBB

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

Shades of Monte Carlo #7DCDBB

Tints of Monte Carlo #7DCDBB

Color information

#7DCDBB (or 0x7DCDBB) is unknown color: approx Monte Carlo. HEX triplet: 7D, CD and BB. RGB value is (125,205,187). Sum of RGB (Red+Green+Blue) = 125+205+187=517 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.18% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCDBB is #823244. Grayscale: #B3B3B3. Windows color (decimal): -8532549 or 12307837. OLE color: 12307837.

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

Color convert

RGB125205187-
CMYK0.3900.090.20
HSL166.5º44.44%64.71%-
HSV(B)166.5º39.02%80.39%-
XYZ39.2651.6154.91-
YUV179.03132.589.46-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.18%
GREEN value IS 205 (80.47% from 255) = 39.65%
BLUE value IS 187 (73.44% from 255) = 36.17%
R=24.18%
G=39.65%
B=36.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1252051870.3900.090.20166.544.4464.71
Hex7DCDBB270914a62c41
Octal175315273470112424654101
Binary111110111001101101110111001110100110100101001101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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