Html Css Color HEX #7FFFD7 Aquamarine

📋 copy color: '#7FFFD7'

red 127 ◦ green 255 ◦ blue 215

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

Shades of Aquamarine #7FFFD7

Tints of Aquamarine #7FFFD7

RGB

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

 GREEN value IS 255 (100% from 255) = 42.71%

 BLUE value IS 215 (84.38% from 255) = 36.01%

R = 21.27%
G = 42.71%
B = 36.01%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#7FFFD7 (or 0x7FFFD7) is known color: Aquamarine. HEX triplet: 7F, FF and D7. RGB value is (127,255,215). Sum of RGB (Red+Green+Blue) = 127+255+215=597 (79% of max value = 765). Red value is 127 (50% from 255 or 21.27% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 215 (84.38% from 255 or 36.01% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #7FFFD7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFFD7 is #800028. Grayscale: #D4D4D4. Windows color (decimal): -8388649 or 14155647. OLE color: 14155647.

HSL color Cylindrical-coordinate representation of color #7FFFD7: hue angle of 161.25º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FFFD7 is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB 127 255 215 -
CMYK 0.50 0 0.16 0
HSL 161.25º 1% 0.75% -
HSV(B) 161.25º 0.5% 1% -
XYZ 56.78 80.94 76.92 -
YUV 212.17 129.59 67.25 -
System Red Green Blue C M Y K H S L
Decimal 127 255 215 0.50 0 0.16 0 161.25 1 0.75
Hex 7F FF D7 32 0 10 0 A1 64 4B
Octal 177 377 327 62 0 20 0 241 144 113
Binary 1111111 11111111 11010111 110010 0 10000 0 10100001 1100100 1001011

Color Harmonies of #7FFFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFFD7

Black with #7FFFD7

Text Example


Text Example

White with #7FFFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,255,215); }

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

background-color css

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

 a { background-color: rgb(127,255,215); }

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

border-color css

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

 span { border-color: rgb(127,255,215); }

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