Html Css Color HEX #7DFDAC Mint Green

📋 copy color: '#7DFDAC'

red 125 ◦ green 253 ◦ blue 172

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

Shades of Mint Green #7DFDAC

Tints of Mint Green #7DFDAC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46%

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

R = 22.73%
G = 46%
B = 31.27%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#7DFDAC (or 0x7DFDAC) is known color: Mint Green. HEX triplet: 7D, FD and AC. RGB value is (125,253,172). Sum of RGB (Red+Green+Blue) = 125+253+172=550 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.73% from 550); Green value is 253 (99.22% from 255 or 46% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 253 - color contains mainly: green. Hex color #7DFDAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DFDAC is #820253. Grayscale: #CDCDCD. Windows color (decimal): -8520276 or 11337085. OLE color: 11337085.

HSL color Cylindrical-coordinate representation of color #7DFDAC: hue angle of 142.03º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DFDAC is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 125 253 172 -
CMYK 0.51 0 0.32 0.01
HSL 142.03º 0.97% 0.74% -
HSV(B) 142.03º 0.51% 0.99% -
XYZ 51.03 77.59 51.32 -
YUV 205.49 109.09 70.59 -
System Red Green Blue C M Y K H S L
Decimal 125 253 172 0.51 0 0.32 0.01 142.03 0.97 0.74
Hex 7D FD AC 33 0 20 1 8E 61 4A
Octal 175 375 254 63 0 40 1 216 141 112
Binary 1111101 11111101 10101100 110011 0 100000 1 10001110 1100001 1001010

Color Harmonies of #7DFDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFDAC

Black with #7DFDAC

Text Example


Text Example

White with #7DFDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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