Html Css Color HEX #7DC6AA Monte Carlo

📋 copy color: '#7DC6AA'

red 125 ◦ green 198 ◦ blue 170

#7DC6AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Monte Carlo #7DC6AA

Tints of Monte Carlo #7DC6AA

RGB

 RED value IS 125 (49.22% from 255) = 25.35%

 GREEN value IS 198 (77.73% from 255) = 40.16%

 BLUE value IS 170 (66.8% from 255) = 34.48%

R = 25.35%
G = 40.16%
B = 34.48%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#7DC6AA (or 0x7DC6AA) is known color: Monte Carlo. HEX triplet: 7D, C6 and AA. RGB value is (125,198,170). Sum of RGB (Red+Green+Blue) = 125+198+170=493 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.35% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 198 - color contains mainly: green. Hex color #7DC6AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC6AA is #823955. Grayscale: #ADADAD. Windows color (decimal): -8534358 or 11191933. OLE color: 11191933.

HSL color Cylindrical-coordinate representation of color #7DC6AA: hue angle of 156.99º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7DC6AA is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 125 198 170 -
CMYK 0.37 0 0.14 0.22
HSL 156.99º 0.39% 0.63% -
HSV(B) 156.99º 0.37% 0.78% -
XYZ 35.91 47.65 45.34 -
YUV 172.98 126.32 93.78 -
System Red Green Blue C M Y K H S L
Decimal 125 198 170 0.37 0 0.14 0.22 156.99 0.39 0.63
Hex 7D C6 AA 25 0 E 16 9D 27 3F
Octal 175 306 252 45 0 16 26 235 47 77
Binary 1111101 11000110 10101010 100101 0 1110 10110 10011101 100111 111111

Color Harmonies of #7DC6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC6AA

Black with #7DC6AA

Text Example


Text Example

White with #7DC6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,198,170); }

 H1.HeaderClassName
 {
   color: #7DC6AA;
 }
 .AnyTagClassName
 {
   color: #7DC6AA;
 }
</style>

background-color css

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

 a { background-color: rgb(125,198,170); }

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

border-color css

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

 span { border-color: rgb(125,198,170); }

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