Html Css Color HEX #7FFEDD Aquamarine

📋 copy color: '#7FFEDD'

red 127 ◦ green 254 ◦ blue 221

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

Shades of Aquamarine #7FFEDD

Tints of Aquamarine #7FFEDD

RGB

 RED value IS 127 (50% from 255) = 21.1%

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

 BLUE value IS 221 (86.72% from 255) = 36.71%

R = 21.1%
G = 42.19%
B = 36.71%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#7FFEDD (or 0x7FFEDD) is known color: Aquamarine. HEX triplet: 7F, FE and DD. RGB value is (127,254,221). Sum of RGB (Red+Green+Blue) = 127+254+221=602 (79% of max value = 765). Red value is 127 (50% from 255 or 21.10% from 602); Green value is 254 (99.61% from 255 or 42.19% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 254 - color contains mainly: green. Hex color #7FFEDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFEDD is #800122. Grayscale: #D4D4D4. Windows color (decimal): -8388899 or 14548607. OLE color: 14548607.

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

Color convert

RGB 127 254 221 -
CMYK 0.50 0 0.13 0.00
HSL 164.41º 0.98% 0.75% -
HSV(B) 164.41º 0.5% 1% -
XYZ 57.25 80.62 80.95 -
YUV 212.27 132.92 67.18 -
System Red Green Blue C M Y K H S L
Decimal 127 254 221 0.50 0 0.13 0.00 164.41 0.98 0.75
Hex 7F FE DD 32 0 D 0 A4 62 4B
Octal 177 376 335 62 0 15 0 244 142 113
Binary 1111111 11111110 11011101 110010 0 1101 0 10100100 1100010 1001011

Color Harmonies of #7FFEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFEDD

Black with #7FFEDD

Text Example


Text Example

White with #7FFEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,254,221); }

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

background-color css

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

 a { background-color: rgb(127,254,221); }

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

border-color css

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

 span { border-color: rgb(127,254,221); }

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