Html Css Color HEX #7DF2DC Aquamarine

📋 copy color: '#7DF2DC'

red 125 ◦ green 242 ◦ blue 220

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

Shades of Aquamarine #7DF2DC

Tints of Aquamarine #7DF2DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.48%

R = 21.29%
G = 41.23%
B = 37.48%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#7DF2DC (or 0x7DF2DC) is known color: Aquamarine. HEX triplet: 7D, F2 and DC. RGB value is (125,242,220). Sum of RGB (Red+Green+Blue) = 125+242+220=587 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.29% from 587); Green value is 242 (94.92% from 255 or 41.23% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF2DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF2DC is #820D23. Grayscale: #CCCCCC. Windows color (decimal): -8523044 or 14479997. OLE color: 14479997.

HSL color Cylindrical-coordinate representation of color #7DF2DC: hue angle of 168.72º 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 #7DF2DC is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 125 242 220 -
CMYK 0.48 0 0.09 0.05
HSL 168.72º 0.82% 0.72% -
HSV(B) 168.72º 0.48% 0.95% -
XYZ 53.13 73.03 79.01 -
YUV 204.51 136.74 71.29 -
System Red Green Blue C M Y K H S L
Decimal 125 242 220 0.48 0 0.09 0.05 168.72 0.82 0.72
Hex 7D F2 DC 30 0 9 5 A9 52 48
Octal 175 362 334 60 0 11 5 251 122 110
Binary 1111101 11110010 11011100 110000 0 1001 101 10101001 1010010 1001000

Color Harmonies of #7DF2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF2DC

Black with #7DF2DC

Text Example


Text Example

White with #7DF2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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