Html Css Color HEX #7DFEDC Aquamarine

📋 copy color: '#7DFEDC'

red 125 ◦ green 254 ◦ blue 220

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

Shades of Aquamarine #7DFEDC

Tints of Aquamarine #7DFEDC

RGB

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

 GREEN value IS 254 (99.61% from 255) = 42.4%

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

R = 20.87%
G = 42.4%
B = 36.73%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#7DFEDC (or 0x7DFEDC) is known color: Aquamarine. HEX triplet: 7D, FE and DC. RGB value is (125,254,220). Sum of RGB (Red+Green+Blue) = 125+254+220=599 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.87% from 599); Green value is 254 (99.61% from 255 or 42.40% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 254 - color contains mainly: green. Hex color #7DFEDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFEDC is #820123. Grayscale: #D3D3D3. Windows color (decimal): -8519972 or 14483069. OLE color: 14483069.

HSL color Cylindrical-coordinate representation of color #7DFEDC: hue angle of 164.19º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DFEDC is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 125 254 220 -
CMYK 0.51 0 0.13 0.00
HSL 164.19º 0.98% 0.74% -
HSV(B) 164.19º 0.51% 1% -
XYZ 56.82 80.41 80.24 -
YUV 211.55 132.76 66.26 -
System Red Green Blue C M Y K H S L
Decimal 125 254 220 0.51 0 0.13 0.00 164.19 0.98 0.74
Hex 7D FE DC 33 0 D 0 A4 62 4A
Octal 175 376 334 63 0 15 0 244 142 112
Binary 1111101 11111110 11011100 110011 0 1101 0 10100100 1100010 1001010

Color Harmonies of #7DFEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFEDC

Black with #7DFEDC

Text Example


Text Example

White with #7DFEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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