#7DD0B3

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

Shades of Monte Carlo #7DD0B3

Tints of Monte Carlo #7DD0B3

Color information

#7DD0B3 (or 0x7DD0B3) is unknown color: approx Monte Carlo. HEX triplet: 7D, D0 and B3. RGB value is (125,208,179). Sum of RGB (Red+Green+Blue) = 125+208+179=512 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.41% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 179 (70.31% from 255 or 34.96% from 512); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD0B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD0B3 is #822F4C. Grayscale: #B3B3B3. Windows color (decimal): -8531789 or 11784317. OLE color: 11784317.

HSL color Cylindrical-coordinate representation of color #7DD0B3: hue angle of 159.04º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DD0B3 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB125208179-
CMYK0.4000.140.18
HSL159.04º46.89%65.29%-
HSV(B)159.04º39.9%81.57%-
XYZ39.1552.7350.76-
YUV179.88127.588.86-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.41%
GREEN value IS 208 (81.64% from 255) = 40.62%
BLUE value IS 179 (70.31% from 255) = 34.96%
R=24.41%
G=40.62%
B=34.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1252081790.4000.140.18159.0446.8965.29
Hex7DD0B3280E129f2f41
Octal175320263500162223757101
Binary111110111010000101100111010000111010010100111111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,208,179); }

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

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

 a { background-color: rgb(125,208,179); }

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

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

 span { border-color: rgb(125,208,179); }

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