Html Css Color HEX #7DF8E0 Aquamarine

📋 copy color: '#7DF8E0'

red 125 ◦ green 248 ◦ blue 224

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

Shades of Aquamarine #7DF8E0

Tints of Aquamarine #7DF8E0

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.54%

 BLUE value IS 224 (87.89% from 255) = 37.52%

R = 20.94%
G = 41.54%
B = 37.52%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#7DF8E0 (or 0x7DF8E0) is known color: Aquamarine. HEX triplet: 7D, F8 and E0. RGB value is (125,248,224). Sum of RGB (Red+Green+Blue) = 125+248+224=597 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.94% from 597); Green value is 248 (97.27% from 255 or 41.54% from 597); Blue value is 224 (87.89% from 255 or 37.52% from 597); Max value from RGB is 248 - color contains mainly: green. Hex color #7DF8E0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF8E0 is #82071F. Grayscale: #D0D0D0. Windows color (decimal): -8521504 or 14743677. OLE color: 14743677.

HSL color Cylindrical-coordinate representation of color #7DF8E0: hue angle of 168.29º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DF8E0 is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 125 248 224 -
CMYK 0.50 0 0.10 0.03
HSL 168.29º 0.9% 0.73% -
HSV(B) 168.29º 0.5% 0.97% -
XYZ 55.48 76.88 82.44 -
YUV 208.49 136.75 68.45 -
System Red Green Blue C M Y K H S L
Decimal 125 248 224 0.50 0 0.10 0.03 168.29 0.9 0.73
Hex 7D F8 E0 32 0 A 3 A8 5A 49
Octal 175 370 340 62 0 12 3 250 132 111
Binary 1111101 11111000 11100000 110010 0 1010 11 10101000 1011010 1001001

Color Harmonies of #7DF8E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF8E0

Black with #7DF8E0

Text Example


Text Example

White with #7DF8E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,248,224); }

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

background-color css

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

 a { background-color: rgb(125,248,224); }

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

border-color css

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

 span { border-color: rgb(125,248,224); }

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