Html Css Color HEX #7DEEDC Aquamarine

📋 copy color: '#7DEEDC'

red 125 ◦ green 238 ◦ blue 220

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

Shades of Aquamarine #7DEEDC

Tints of Aquamarine #7DEEDC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.82%

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

R = 21.44%
G = 40.82%
B = 37.74%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#7DEEDC (or 0x7DEEDC) is known color: Aquamarine. HEX triplet: 7D, EE and DC. RGB value is (125,238,220). Sum of RGB (Red+Green+Blue) = 125+238+220=583 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.44% from 583); Green value is 238 (93.36% from 255 or 40.82% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 238 - color contains mainly: green. Hex color #7DEEDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEEDC is #821123. Grayscale: #CACACA. Windows color (decimal): -8524068 or 14478973. OLE color: 14478973.

HSL color Cylindrical-coordinate representation of color #7DEEDC: hue angle of 170.44º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEEDC is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 238 220 -
CMYK 0.47 0 0.08 0.07
HSL 170.44º 0.77% 0.71% -
HSV(B) 170.44º 0.47% 0.93% -
XYZ 51.95 70.68 78.61 -
YUV 202.16 138.06 72.96 -
System Red Green Blue C M Y K H S L
Decimal 125 238 220 0.47 0 0.08 0.07 170.44 0.77 0.71
Hex 7D EE DC 2F 0 8 7 AA 4D 47
Octal 175 356 334 57 0 10 7 252 115 107
Binary 1111101 11101110 11011100 101111 0 1000 111 10101010 1001101 1000111

Color Harmonies of #7DEEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEEDC

Black with #7DEEDC

Text Example


Text Example

White with #7DEEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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