Html Css Color HEX #7DD1AF Monte Carlo

📋 copy color: '#7DD1AF'

red 125 ◦ green 209 ◦ blue 175

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

Shades of Monte Carlo #7DD1AF

Tints of Monte Carlo #7DD1AF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.06%

 BLUE value IS 175 (68.75% from 255) = 34.38%

R = 24.56%
G = 41.06%
B = 34.38%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#7DD1AF (or 0x7DD1AF) is known color: Monte Carlo. HEX triplet: 7D, D1 and AF. RGB value is (125,209,175). Sum of RGB (Red+Green+Blue) = 125+209+175=509 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.56% from 509); Green value is 209 (82.03% from 255 or 41.06% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 209 - color contains mainly: green. Hex color #7DD1AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD1AF is #822E50. Grayscale: #B4B4B4. Windows color (decimal): -8531537 or 11522429. OLE color: 11522429.

HSL color Cylindrical-coordinate representation of color #7DD1AF: hue angle of 155.71º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DD1AF is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 125 209 175 -
CMYK 0.40 0 0.16 0.18
HSL 155.71º 0.48% 0.65% -
HSV(B) 155.71º 0.4% 0.82% -
XYZ 39 53.06 48.74 -
YUV 180.01 125.17 88.76 -
System Red Green Blue C M Y K H S L
Decimal 125 209 175 0.40 0 0.16 0.18 155.71 0.48 0.65
Hex 7D D1 AF 28 0 10 12 9C 30 41
Octal 175 321 257 50 0 20 22 234 60 101
Binary 1111101 11010001 10101111 101000 0 10000 10010 10011100 110000 1000001

Color Harmonies of #7DD1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD1AF

Black with #7DD1AF

Text Example


Text Example

White with #7DD1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,209,175); }

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

background-color css

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

 a { background-color: rgb(125,209,175); }

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

border-color css

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

 span { border-color: rgb(125,209,175); }

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