Html Css Color HEX #7DFAE0 Aquamarine

📋 copy color: '#7DFAE0'

red 125 ◦ green 250 ◦ blue 224

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

Shades of Aquamarine #7DFAE0

Tints of Aquamarine #7DFAE0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.74%

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

R = 20.87%
G = 41.74%
B = 37.4%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#7DFAE0 (or 0x7DFAE0) is known color: Aquamarine. HEX triplet: 7D, FA and E0. RGB value is (125,250,224). Sum of RGB (Red+Green+Blue) = 125+250+224=599 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.87% from 599); Green value is 250 (98.05% from 255 or 41.74% from 599); Blue value is 224 (87.89% from 255 or 37.40% from 599); Max value from RGB is 250 - color contains mainly: green. Hex color #7DFAE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFAE0 is #82051F. Grayscale: #D1D1D1. Windows color (decimal): -8520992 or 14744189. OLE color: 14744189.

HSL color Cylindrical-coordinate representation of color #7DFAE0: hue angle of 167.52º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DFAE0 is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 250 224 -
CMYK 0.50 0 0.10 0.02
HSL 167.52º 0.93% 0.74% -
HSV(B) 167.52º 0.5% 0.98% -
XYZ 56.1 78.11 82.64 -
YUV 209.66 136.09 67.61 -
System Red Green Blue C M Y K H S L
Decimal 125 250 224 0.50 0 0.10 0.02 167.52 0.93 0.74
Hex 7D FA E0 32 0 A 2 A8 5D 4A
Octal 175 372 340 62 0 12 2 250 135 112
Binary 1111101 11111010 11100000 110010 0 1010 10 10101000 1011101 1001010

Color Harmonies of #7DFAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFAE0

Black with #7DFAE0

Text Example


Text Example

White with #7DFAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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