Html Css Color HEX #7DC9AE Monte Carlo

📋 copy color: '#7DC9AE'

red 125 ◦ green 201 ◦ blue 174

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

Shades of Monte Carlo #7DC9AE

Tints of Monte Carlo #7DC9AE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.2%

 BLUE value IS 174 (68.36% from 255) = 34.8%

R = 25%
G = 40.2%
B = 34.8%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#7DC9AE (or 0x7DC9AE) is known color: Monte Carlo. HEX triplet: 7D, C9 and AE. RGB value is (125,201,174). Sum of RGB (Red+Green+Blue) = 125+201+174=500 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25% from 500); Green value is 201 (78.91% from 255 or 40.2% from 500); Blue value is 174 (68.36% from 255 or 34.8% from 500); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC9AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC9AE is #823651. Grayscale: #AFAFAF. Windows color (decimal): -8533586 or 11454845. OLE color: 11454845.

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

Color convert

RGB 125 201 174 -
CMYK 0.38 0 0.13 0.21
HSL 158.68º 0.41% 0.64% -
HSV(B) 158.68º 0.38% 0.79% -
XYZ 36.98 49.19 47.59 -
YUV 175.2 127.32 92.2 -
System Red Green Blue C M Y K H S L
Decimal 125 201 174 0.38 0 0.13 0.21 158.68 0.41 0.64
Hex 7D C9 AE 26 0 D 15 9F 29 40
Octal 175 311 256 46 0 15 25 237 51 100
Binary 1111101 11001001 10101110 100110 0 1101 10101 10011111 101001 1000000

Color Harmonies of #7DC9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC9AE

Black with #7DC9AE

Text Example


Text Example

White with #7DC9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,201,174); }

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

background-color css

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

 a { background-color: rgb(125,201,174); }

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

border-color css

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

 span { border-color: rgb(125,201,174); }

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