Html Css Color HEX #7DF4DC Aquamarine

📋 copy color: '#7DF4DC'

red 125 ◦ green 244 ◦ blue 220

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

Shades of Aquamarine #7DF4DC

Tints of Aquamarine #7DF4DC

RGB

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

 GREEN value IS 244 (95.7% from 255) = 41.43%

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

R = 21.22%
G = 41.43%
B = 37.35%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#7DF4DC (or 0x7DF4DC) is known color: Aquamarine. HEX triplet: 7D, F4 and DC. RGB value is (125,244,220). Sum of RGB (Red+Green+Blue) = 125+244+220=589 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.22% from 589); Green value is 244 (95.70% from 255 or 41.43% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 244 - color contains mainly: green. Hex color #7DF4DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF4DC is #820B23. Grayscale: #CDCDCD. Windows color (decimal): -8522532 or 14480509. OLE color: 14480509.

HSL color Cylindrical-coordinate representation of color #7DF4DC: hue angle of 167.9º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DF4DC is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 125 244 220 -
CMYK 0.49 0 0.10 0.04
HSL 167.9º 0.84% 0.72% -
HSV(B) 167.9º 0.49% 0.96% -
XYZ 53.73 74.23 79.21 -
YUV 205.68 136.08 70.45 -
System Red Green Blue C M Y K H S L
Decimal 125 244 220 0.49 0 0.10 0.04 167.9 0.84 0.72
Hex 7D F4 DC 31 0 A 4 A8 54 48
Octal 175 364 334 61 0 12 4 250 124 110
Binary 1111101 11110100 11011100 110001 0 1010 100 10101000 1010100 1001000

Color Harmonies of #7DF4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF4DC

Black with #7DF4DC

Text Example


Text Example

White with #7DF4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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