Html Css Color HEX #7DF2D9 Aquamarine

📋 copy color: '#7DF2D9'

red 125 ◦ green 242 ◦ blue 217

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

Shades of Aquamarine #7DF2D9

Tints of Aquamarine #7DF2D9

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.44%

 BLUE value IS 217 (85.16% from 255) = 37.16%

R = 21.4%
G = 41.44%
B = 37.16%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#7DF2D9 (or 0x7DF2D9) is known color: Aquamarine. HEX triplet: 7D, F2 and D9. RGB value is (125,242,217). Sum of RGB (Red+Green+Blue) = 125+242+217=584 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.40% from 584); Green value is 242 (94.92% from 255 or 41.44% from 584); Blue value is 217 (85.16% from 255 or 37.16% from 584); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF2D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF2D9 is #820D26. Grayscale: #CCCCCC. Windows color (decimal): -8523047 or 14283389. OLE color: 14283389.

HSL color Cylindrical-coordinate representation of color #7DF2D9: hue angle of 167.18º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DF2D9 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 125 242 217 -
CMYK 0.48 0 0.10 0.05
HSL 167.18º 0.82% 0.72% -
HSV(B) 167.18º 0.48% 0.95% -
XYZ 52.73 72.87 76.93 -
YUV 204.17 135.24 71.53 -
System Red Green Blue C M Y K H S L
Decimal 125 242 217 0.48 0 0.10 0.05 167.18 0.82 0.72
Hex 7D F2 D9 30 0 A 5 A7 52 48
Octal 175 362 331 60 0 12 5 247 122 110
Binary 1111101 11110010 11011001 110000 0 1010 101 10100111 1010010 1001000

Color Harmonies of #7DF2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF2D9

Black with #7DF2D9

Text Example


Text Example

White with #7DF2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,242,217); }

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

background-color css

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

 a { background-color: rgb(125,242,217); }

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

border-color css

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

 span { border-color: rgb(125,242,217); }

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