#7FF3CE

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

Shades of Aquamarine #7FF3CE

Tints of Aquamarine #7FF3CE

Color information

#7FF3CE (or 0x7FF3CE) is unknown color: approx Aquamarine. HEX triplet: 7F, F3 and CE. RGB value is (127,243,206). Sum of RGB (Red+Green+Blue) = 127+243+206=576 (76% of max value = 765). Red value is 127 (50% from 255 or 22.05% from 576); Green value is 243 (95.31% from 255 or 42.19% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 243 - color contains mainly: green. Hex color #7FF3CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FF3CE is #800C31. Grayscale: #CCCCCC. Windows color (decimal): -8391730 or 13562751. OLE color: 13562751.

HSL color Cylindrical-coordinate representation of color #7FF3CE: hue angle of 160.86º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FF3CE is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB127243206-
CMYK0.4800.150.05
HSL160.86º82.86%72.55%-
HSV(B)160.86º47.74%95.29%-
XYZ51.9473.0769.76-
YUV204.1129.0773.01-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.05%
GREEN value IS 243 (95.31% from 255) = 42.19%
BLUE value IS 206 (80.86% from 255) = 35.76%
R=22.05%
G=42.19%
B=35.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1272432060.4800.150.05160.8682.8672.55
Hex7FF3CE300F5a15349
Octal177363316600175241123111
Binary11111111111001111001110110000011111011010000110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FF3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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