Html Css Color HEX #7DD5AE Monte Carlo

📋 copy color: '#7DD5AE'

red 125 ◦ green 213 ◦ blue 174

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

Shades of Monte Carlo #7DD5AE

Tints of Monte Carlo #7DD5AE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.6%

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

R = 24.41%
G = 41.6%
B = 33.98%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#7DD5AE (or 0x7DD5AE) is known color: Monte Carlo. HEX triplet: 7D, D5 and AE. RGB value is (125,213,174). Sum of RGB (Red+Green+Blue) = 125+213+174=512 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.41% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 174 (68.36% from 255 or 33.98% from 512); Max value from RGB is 213 - color contains mainly: green. Hex color #7DD5AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD5AE is #822A51. Grayscale: #B6B6B6. Windows color (decimal): -8530514 or 11457917. OLE color: 11457917.

HSL color Cylindrical-coordinate representation of color #7DD5AE: hue angle of 153.41º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DD5AE is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 125 213 174 -
CMYK 0.41 0 0.18 0.16
HSL 153.41º 0.51% 0.66% -
HSV(B) 153.41º 0.41% 0.84% -
XYZ 39.89 55 48.56 -
YUV 182.24 123.35 87.17 -
System Red Green Blue C M Y K H S L
Decimal 125 213 174 0.41 0 0.18 0.16 153.41 0.51 0.66
Hex 7D D5 AE 29 0 12 10 99 33 42
Octal 175 325 256 51 0 22 20 231 63 102
Binary 1111101 11010101 10101110 101001 0 10010 10000 10011001 110011 1000010

Color Harmonies of #7DD5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD5AE

Black with #7DD5AE

Text Example


Text Example

White with #7DD5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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