Html Css Color HEX #7FFECE Aquamarine

📋 copy color: '#7FFECE'

red 127 ◦ green 254 ◦ blue 206

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

Shades of Aquamarine #7FFECE

Tints of Aquamarine #7FFECE

RGB

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

 GREEN value IS 254 (99.61% from 255) = 43.27%

 BLUE value IS 206 (80.86% from 255) = 35.09%

R = 21.64%
G = 43.27%
B = 35.09%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#7FFECE (or 0x7FFECE) is known color: Aquamarine. HEX triplet: 7F, FE and CE. RGB value is (127,254,206). Sum of RGB (Red+Green+Blue) = 127+254+206=587 (77% of max value = 765). Red value is 127 (50% from 255 or 21.64% from 587); Green value is 254 (99.61% from 255 or 43.27% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 254 - color contains mainly: green. Hex color #7FFECE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFECE is #800131. Grayscale: #D2D2D2. Windows color (decimal): -8388914 or 13565567. OLE color: 13565567.

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

Color convert

RGB 127 254 206 -
CMYK 0.50 0 0.19 0.00
HSL 157.32º 0.98% 0.75% -
HSV(B) 157.32º 0.5% 1% -
XYZ 55.33 79.85 70.89 -
YUV 210.56 125.42 68.4 -
System Red Green Blue C M Y K H S L
Decimal 127 254 206 0.50 0 0.19 0.00 157.32 0.98 0.75
Hex 7F FE CE 32 0 13 0 9D 62 4B
Octal 177 376 316 62 0 23 0 235 142 113
Binary 1111111 11111110 11001110 110010 0 10011 0 10011101 1100010 1001011

Color Harmonies of #7FFECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFECE

Black with #7FFECE

Text Example


Text Example

White with #7FFECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,254,206); }

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

background-color css

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

 a { background-color: rgb(127,254,206); }

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

border-color css

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

 span { border-color: rgb(127,254,206); }

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