Html Css Color HEX #7FF6CE Aquamarine

📋 copy color: '#7FF6CE'

red 127 ◦ green 246 ◦ blue 206

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

Shades of Aquamarine #7FF6CE

Tints of Aquamarine #7FF6CE

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.49%

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

R = 21.93%
G = 42.49%
B = 35.58%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#7FF6CE (or 0x7FF6CE) is known color: Aquamarine. HEX triplet: 7F, F6 and CE. RGB value is (127,246,206). Sum of RGB (Red+Green+Blue) = 127+246+206=579 (76% of max value = 765). Red value is 127 (50% from 255 or 21.93% from 579); Green value is 246 (96.48% from 255 or 42.49% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 246 - color contains mainly: green. Hex color #7FF6CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FF6CE is #800931. Grayscale: #CDCDCD. Windows color (decimal): -8390962 or 13563519. OLE color: 13563519.

HSL color Cylindrical-coordinate representation of color #7FF6CE: hue angle of 159.83º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FF6CE is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 127 246 206 -
CMYK 0.48 0 0.16 0.04
HSL 159.83º 0.87% 0.73% -
HSV(B) 159.83º 0.48% 0.96% -
XYZ 52.85 74.88 70.06 -
YUV 205.86 128.08 71.75 -
System Red Green Blue C M Y K H S L
Decimal 127 246 206 0.48 0 0.16 0.04 159.83 0.87 0.73
Hex 7F F6 CE 30 0 10 4 A0 57 49
Octal 177 366 316 60 0 20 4 240 127 111
Binary 1111111 11110110 11001110 110000 0 10000 100 10100000 1010111 1001001

Color Harmonies of #7FF6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FF6CE

Black with #7FF6CE

Text Example


Text Example

White with #7FF6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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