Html Css Color HEX #7FFCAF Aquamarine

📋 copy color: '#7FFCAF'

red 127 ◦ green 252 ◦ blue 175

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

Shades of Aquamarine #7FFCAF

Tints of Aquamarine #7FFCAF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.49%

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

R = 22.92%
G = 45.49%
B = 31.59%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#7FFCAF (or 0x7FFCAF) is known color: Aquamarine. HEX triplet: 7F, FC and AF. RGB value is (127,252,175). Sum of RGB (Red+Green+Blue) = 127+252+175=554 (73% of max value = 765). Red value is 127 (50% from 255 or 22.92% from 554); Green value is 252 (98.83% from 255 or 45.49% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 252 - color contains mainly: green. Hex color #7FFCAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FFCAF is #800350. Grayscale: #CECECE. Windows color (decimal): -8389457 or 11533439. OLE color: 11533439.

HSL color Cylindrical-coordinate representation of color #7FFCAF: hue angle of 143.04º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FFCAF is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 127 252 175 -
CMYK 0.50 0 0.31 0.01
HSL 143.04º 0.95% 0.74% -
HSV(B) 143.04º 0.5% 0.99% -
XYZ 51.3 77.23 52.76 -
YUV 205.85 110.59 71.76 -
System Red Green Blue C M Y K H S L
Decimal 127 252 175 0.50 0 0.31 0.01 143.04 0.95 0.74
Hex 7F FC AF 32 0 1F 1 8F 5F 4A
Octal 177 374 257 62 0 37 1 217 137 112
Binary 1111111 11111100 10101111 110010 0 11111 1 10001111 1011111 1001010

Color Harmonies of #7FFCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFCAF

Black with #7FFCAF

Text Example


Text Example

White with #7FFCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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