Html Css Color HEX #7FF8CE Aquamarine

📋 copy color: '#7FF8CE'

red 127 ◦ green 248 ◦ blue 206

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

Shades of Aquamarine #7FF8CE

Tints of Aquamarine #7FF8CE

RGB

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

 GREEN value IS 248 (97.27% from 255) = 42.69%

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

R = 21.86%
G = 42.69%
B = 35.46%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#7FF8CE (or 0x7FF8CE) is known color: Aquamarine. HEX triplet: 7F, F8 and CE. RGB value is (127,248,206). Sum of RGB (Red+Green+Blue) = 127+248+206=581 (76% of max value = 765). Red value is 127 (50% from 255 or 21.86% from 581); Green value is 248 (97.27% from 255 or 42.69% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 248 - color contains mainly: green. Hex color #7FF8CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FF8CE is #800731. Grayscale: #CFCFCF. Windows color (decimal): -8390450 or 13564031. OLE color: 13564031.

HSL color Cylindrical-coordinate representation of color #7FF8CE: hue angle of 159.17º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FF8CE is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 127 248 206 -
CMYK 0.49 0 0.17 0.03
HSL 159.17º 0.9% 0.74% -
HSV(B) 159.17º 0.49% 0.97% -
XYZ 53.46 76.1 70.26 -
YUV 207.03 127.41 70.92 -
System Red Green Blue C M Y K H S L
Decimal 127 248 206 0.49 0 0.17 0.03 159.17 0.9 0.74
Hex 7F F8 CE 31 0 11 3 9F 5A 4A
Octal 177 370 316 61 0 21 3 237 132 112
Binary 1111111 11111000 11001110 110001 0 10001 11 10011111 1011010 1001010

Color Harmonies of #7FF8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FF8CE

Black with #7FF8CE

Text Example


Text Example

White with #7FF8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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