Html Css Color HEX #7DD3AC Monte Carlo

📋 copy color: '#7DD3AC'

red 125 ◦ green 211 ◦ blue 172

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

Shades of Monte Carlo #7DD3AC

Tints of Monte Carlo #7DD3AC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.54%

 BLUE value IS 172 (67.58% from 255) = 33.86%

R = 24.61%
G = 41.54%
B = 33.86%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#7DD3AC (or 0x7DD3AC) is known color: Monte Carlo. HEX triplet: 7D, D3 and AC. RGB value is (125,211,172). Sum of RGB (Red+Green+Blue) = 125+211+172=508 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.61% from 508); Green value is 211 (82.81% from 255 or 41.54% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 211 - color contains mainly: green. Hex color #7DD3AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD3AC is #822C53. Grayscale: #B4B4B4. Windows color (decimal): -8531028 or 11326333. OLE color: 11326333.

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

Color convert

RGB 125 211 172 -
CMYK 0.41 0 0.18 0.17
HSL 152.79º 0.49% 0.66% -
HSV(B) 152.79º 0.41% 0.83% -
XYZ 39.2 53.93 47.37 -
YUV 180.84 123.01 88.17 -
System Red Green Blue C M Y K H S L
Decimal 125 211 172 0.41 0 0.18 0.17 152.79 0.49 0.66
Hex 7D D3 AC 29 0 12 11 99 31 42
Octal 175 323 254 51 0 22 21 231 61 102
Binary 1111101 11010011 10101100 101001 0 10010 10001 10011001 110001 1000010

Color Harmonies of #7DD3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD3AC

Black with #7DD3AC

Text Example


Text Example

White with #7DD3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,211,172); }

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

background-color css

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

 a { background-color: rgb(125,211,172); }

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

border-color css

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

 span { border-color: rgb(125,211,172); }

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