Html Css Color HEX #7FFEAF Aquamarine

📋 copy color: '#7FFEAF'

red 127 ◦ green 254 ◦ blue 175

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

Shades of Aquamarine #7FFEAF

Tints of Aquamarine #7FFEAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.47%

R = 22.84%
G = 45.68%
B = 31.47%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#7FFEAF (or 0x7FFEAF) is known color: Aquamarine. HEX triplet: 7F, FE and AF. RGB value is (127,254,175). Sum of RGB (Red+Green+Blue) = 127+254+175=556 (73% of max value = 765). Red value is 127 (50% from 255 or 22.84% from 556); Green value is 254 (99.61% from 255 or 45.68% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 254 - color contains mainly: green. Hex color #7FFEAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FFEAF is #800150. Grayscale: #CFCFCF. Windows color (decimal): -8388945 or 11533951. OLE color: 11533951.

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

Color convert

RGB 127 254 175 -
CMYK 0.50 0 0.31 0.00
HSL 142.68º 0.98% 0.75% -
HSV(B) 142.68º 0.5% 1% -
XYZ 51.93 78.49 52.97 -
YUV 207.02 109.92 70.92 -
System Red Green Blue C M Y K H S L
Decimal 127 254 175 0.50 0 0.31 0.00 142.68 0.98 0.75
Hex 7F FE AF 32 0 1F 0 8F 62 4B
Octal 177 376 257 62 0 37 0 217 142 113
Binary 1111111 11111110 10101111 110010 0 11111 0 10001111 1100010 1001011

Color Harmonies of #7FFEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFEAF

Black with #7FFEAF

Text Example


Text Example

White with #7FFEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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