#7DC8BA

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

Shades of Monte Carlo #7DC8BA

Tints of Monte Carlo #7DC8BA

Color information

#7DC8BA (or 0x7DC8BA) is unknown color: approx Monte Carlo. HEX triplet: 7D, C8 and BA. RGB value is (125,200,186). Sum of RGB (Red+Green+Blue) = 125+200+186=511 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.46% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC8BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC8BA is #823745. Grayscale: #AFAFAF. Windows color (decimal): -8533830 or 12241021. OLE color: 12241021.

HSL color Cylindrical-coordinate representation of color #7DC8BA: hue angle of 168.8º 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 #7DC8BA is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB125200186-
CMYK0.3800.070.22
HSL168.8º40.54%63.73%-
HSV(B)168.8º37.5%78.43%-
XYZ37.9749.2153.95-
YUV175.98133.6591.64-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.46%
GREEN value IS 200 (78.52% from 255) = 39.14%
BLUE value IS 186 (73.05% from 255) = 36.40%
R=24.46%
G=39.14%
B=36.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1252001860.3800.070.22168.840.5463.73
Hex7DC8BA260716a92940
Octal17531027246072625151100
Binary11111011100100010111010100110011110110101010011010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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