#7ff9ce

Color #7FF9CE Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #7FF9CE

Tints of Aquamarine #7FF9CE

Color information

#7FF9CE (or 0x7FF9CE) is unknown color: approx Aquamarine. HEX triplet: 7F, F9 and CE. RGB value is (127,249,206). Sum of RGB (Red+Green+Blue) = 127+249+206=582 (77% of max value = 765). Red value is 127 (50% from 255 or 21.82% from 582); Green value is 249 (97.66% from 255 or 42.78% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 249 - color contains mainly: green. Hex color #7FF9CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FF9CE is #800631. Grayscale: #CFCFCF. Windows color (decimal): -8390194 or 13564287. OLE color: 13564287.

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

Color convert

RGB127249206-
CMYK0.4900.170.02
HSL158.85º91.04%73.73%-
HSV(B)158.85º49%97.65%-
XYZ53.7776.7270.37-
YUV207.62127.0870.5-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.82%
GREEN value IS 249 (97.66% from 255) = 42.78%
BLUE value IS 206 (80.86% from 255) = 35.40%
R=21.82%
G=42.78%
B=35.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1272492060.4900.170.02158.8591.0473.73
Hex7FF9CE3101129f5b4a
Octal177371316610212237133112
Binary11111111111100111001110110001010001101001111110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ff9ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7ff9ce;
 }
 .AnyTagClassName
 {
   color: #7ff9ce;
 }
</style>
background-color css

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

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

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

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

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

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