Html Css Color HEX #7FFCD8 Aquamarine

📋 copy color: '#7FFCD8'

red 127 ◦ green 252 ◦ blue 216

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

Shades of Aquamarine #7FFCD8

Tints of Aquamarine #7FFCD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.3%

R = 21.34%
G = 42.35%
B = 36.3%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#7FFCD8 (or 0x7FFCD8) is known color: Aquamarine. HEX triplet: 7F, FC and D8. RGB value is (127,252,216). Sum of RGB (Red+Green+Blue) = 127+252+216=595 (78% of max value = 765). Red value is 127 (50% from 255 or 21.34% from 595); Green value is 252 (98.83% from 255 or 42.35% from 595); Blue value is 216 (84.77% from 255 or 36.30% from 595); Max value from RGB is 252 - color contains mainly: green. Hex color #7FFCD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFCD8 is #800327. Grayscale: #D2D2D2. Windows color (decimal): -8389416 or 14220415. OLE color: 14220415.

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

Color convert

RGB 127 252 216 -
CMYK 0.50 0 0.14 0.01
HSL 162.72º 0.95% 0.74% -
HSV(B) 162.72º 0.5% 0.99% -
XYZ 55.96 79.09 77.28 -
YUV 210.52 131.09 68.43 -
System Red Green Blue C M Y K H S L
Decimal 127 252 216 0.50 0 0.14 0.01 162.72 0.95 0.74
Hex 7F FC D8 32 0 E 1 A3 5F 4A
Octal 177 374 330 62 0 16 1 243 137 112
Binary 1111111 11111100 11011000 110010 0 1110 1 10100011 1011111 1001010

Color Harmonies of #7FFCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFCD8

Black with #7FFCD8

Text Example


Text Example

White with #7FFCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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