Html Css Color HEX #7FFAAF Aquamarine

📋 copy color: '#7FFAAF'

red 127 ◦ green 250 ◦ blue 175

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

Shades of Aquamarine #7FFAAF

Tints of Aquamarine #7FFAAF

RGB

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

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

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

R = 23.01%
G = 45.29%
B = 31.7%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#7FFAAF (or 0x7FFAAF) is known color: Aquamarine. HEX triplet: 7F, FA and AF. RGB value is (127,250,175). Sum of RGB (Red+Green+Blue) = 127+250+175=552 (73% of max value = 765). Red value is 127 (50% from 255 or 23.01% from 552); Green value is 250 (98.05% from 255 or 45.29% from 552); Blue value is 175 (68.75% from 255 or 31.70% from 552); Max value from RGB is 250 - color contains mainly: green. Hex color #7FFAAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FFAAF is #800550. Grayscale: #CCCCCC. Windows color (decimal): -8389969 or 11532927. OLE color: 11532927.

HSL color Cylindrical-coordinate representation of color #7FFAAF: hue angle of 143.41º 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 #7FFAAF is Cyan = 0.49, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB 127 250 175 -
CMYK 0.49 0 0.3 0.02
HSL 143.41º 0.92% 0.74% -
HSV(B) 143.41º 0.49% 0.98% -
XYZ 50.68 75.98 52.55 -
YUV 204.67 111.25 72.6 -
System Red Green Blue C M Y K H S L
Decimal 127 250 175 0.49 0 0.3 0.02 143.41 0.92 0.74
Hex 7F FA AF 31 0 1E 2 8F 5C 4A
Octal 177 372 257 61 0 36 2 217 134 112
Binary 1111111 11111010 10101111 110001 0 11110 10 10001111 1011100 1001010

Color Harmonies of #7FFAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFAAF

Black with #7FFAAF

Text Example


Text Example

White with #7FFAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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