#7DC8B3

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

Shades of Monte Carlo #7DC8B3

Tints of Monte Carlo #7DC8B3

Color information

#7DC8B3 (or 0x7DC8B3) is unknown color: approx Monte Carlo. HEX triplet: 7D, C8 and B3. RGB value is (125,200,179). Sum of RGB (Red+Green+Blue) = 125+200+179=504 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.80% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 179 (70.31% from 255 or 35.52% from 504); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC8B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC8B3 is #82374C. Grayscale: #AFAFAF. Windows color (decimal): -8533837 or 11782269. OLE color: 11782269.

HSL color Cylindrical-coordinate representation of color #7DC8B3: hue angle of 163.2º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DC8B3 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB125200179-
CMYK0.3800.100.22
HSL163.2º40.54%63.73%-
HSV(B)163.2º37.5%78.43%-
XYZ37.2548.9250.13-
YUV175.18130.1592.21-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.80%
GREEN value IS 200 (78.52% from 255) = 39.68%
BLUE value IS 179 (70.31% from 255) = 35.52%
R=24.80%
G=39.68%
B=35.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1252001790.3800.100.22163.240.5463.73
Hex7DC8B3260A16a32940
Octal175310263460122624351100
Binary111110111001000101100111001100101010110101000111010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC8B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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