Html Css Color HEX #7FFCE0 Aquamarine

📋 copy color: '#7FFCE0'

red 127 ◦ green 252 ◦ blue 224

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

Shades of Aquamarine #7FFCE0

Tints of Aquamarine #7FFCE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.15%

R = 21.06%
G = 41.79%
B = 37.15%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#7FFCE0 (or 0x7FFCE0) is known color: Aquamarine. HEX triplet: 7F, FC and E0. RGB value is (127,252,224). Sum of RGB (Red+Green+Blue) = 127+252+224=603 (79% of max value = 765). Red value is 127 (50% from 255 or 21.06% from 603); Green value is 252 (98.83% from 255 or 41.79% from 603); Blue value is 224 (87.89% from 255 or 37.15% from 603); Max value from RGB is 252 - color contains mainly: green. Hex color #7FFCE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFCE0 is #80031F. Grayscale: #D3D3D3. Windows color (decimal): -8389408 or 14744703. OLE color: 14744703.

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

Color convert

RGB 127 252 224 -
CMYK 0.50 0 0.11 0.01
HSL 166.56º 0.95% 0.74% -
HSV(B) 166.56º 0.5% 0.99% -
XYZ 57.02 79.51 82.86 -
YUV 211.43 135.09 67.78 -
System Red Green Blue C M Y K H S L
Decimal 127 252 224 0.50 0 0.11 0.01 166.56 0.95 0.74
Hex 7F FC E0 32 0 B 1 A7 5F 4A
Octal 177 374 340 62 0 13 1 247 137 112
Binary 1111111 11111100 11100000 110010 0 1011 1 10100111 1011111 1001010

Color Harmonies of #7FFCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFCE0

Black with #7FFCE0

Text Example


Text Example

White with #7FFCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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