Html Css Color HEX #7FFED5 Aquamarine

📋 copy color: '#7FFED5'

red 127 ◦ green 254 ◦ blue 213

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

Shades of Aquamarine #7FFED5

Tints of Aquamarine #7FFED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.86%

R = 21.38%
G = 42.76%
B = 35.86%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#7FFED5 (or 0x7FFED5) is known color: Aquamarine. HEX triplet: 7F, FE and D5. RGB value is (127,254,213). Sum of RGB (Red+Green+Blue) = 127+254+213=594 (78% of max value = 765). Red value is 127 (50% from 255 or 21.38% from 594); Green value is 254 (99.61% from 255 or 42.76% from 594); Blue value is 213 (83.59% from 255 or 35.86% from 594); Max value from RGB is 254 - color contains mainly: green. Hex color #7FFED5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFED5 is #80012A. Grayscale: #D3D3D3. Windows color (decimal): -8388907 or 14024319. OLE color: 14024319.

HSL color Cylindrical-coordinate representation of color #7FFED5: hue angle of 160.63º 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 #7FFED5 is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB 127 254 213 -
CMYK 0.50 0 0.16 0.00
HSL 160.63º 0.98% 0.75% -
HSV(B) 160.63º 0.5% 1% -
XYZ 56.2 80.2 75.47 -
YUV 211.35 128.92 67.83 -
System Red Green Blue C M Y K H S L
Decimal 127 254 213 0.50 0 0.16 0.00 160.63 0.98 0.75
Hex 7F FE D5 32 0 10 0 A1 62 4B
Octal 177 376 325 62 0 20 0 241 142 113
Binary 1111111 11111110 11010101 110010 0 10000 0 10100001 1100010 1001011

Color Harmonies of #7FFED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFED5

Black with #7FFED5

Text Example


Text Example

White with #7FFED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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