Html Css Color HEX #7FFADE Aquamarine

📋 copy color: '#7FFADE'

red 127 ◦ green 250 ◦ blue 222

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

Shades of Aquamarine #7FFADE

Tints of Aquamarine #7FFADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.06%

R = 21.2%
G = 41.74%
B = 37.06%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#7FFADE (or 0x7FFADE) is known color: Aquamarine. HEX triplet: 7F, FA and DE. RGB value is (127,250,222). Sum of RGB (Red+Green+Blue) = 127+250+222=599 (79% of max value = 765). Red value is 127 (50% from 255 or 21.20% from 599); Green value is 250 (98.05% from 255 or 41.74% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 250 - color contains mainly: green. Hex color #7FFADE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFADE is #800521. Grayscale: #D2D2D2. Windows color (decimal): -8389922 or 14613119. OLE color: 14613119.

HSL color Cylindrical-coordinate representation of color #7FFADE: hue angle of 166.34º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FFADE is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 127 250 222 -
CMYK 0.49 0 0.11 0.02
HSL 166.34º 0.92% 0.74% -
HSV(B) 166.34º 0.49% 0.98% -
XYZ 56.12 78.16 81.24 -
YUV 210.03 134.75 68.78 -
System Red Green Blue C M Y K H S L
Decimal 127 250 222 0.49 0 0.11 0.02 166.34 0.92 0.74
Hex 7F FA DE 31 0 B 2 A6 5C 4A
Octal 177 372 336 61 0 13 2 246 134 112
Binary 1111111 11111010 11011110 110001 0 1011 10 10100110 1011100 1001010

Color Harmonies of #7FFADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFADE

Black with #7FFADE

Text Example


Text Example

White with #7FFADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,250,222); }

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

background-color css

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

 a { background-color: rgb(127,250,222); }

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

border-color css

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

 span { border-color: rgb(127,250,222); }

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