#7FF3DF

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

Shades of Aquamarine #7FF3DF

Tints of Aquamarine #7FF3DF

Color information

#7FF3DF (or 0x7FF3DF) is unknown color: approx Aquamarine. HEX triplet: 7F, F3 and DF. RGB value is (127,243,223). Sum of RGB (Red+Green+Blue) = 127+243+223=593 (78% of max value = 765). Red value is 127 (50% from 255 or 21.42% from 593); Green value is 243 (95.31% from 255 or 40.98% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 243 - color contains mainly: green. Hex color #7FF3DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FF3DF is #800C20. Grayscale: #CECECE. Windows color (decimal): -8391713 or 14676863. OLE color: 14676863.

HSL color Cylindrical-coordinate representation of color #7FF3DF: hue angle of 169.66º 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 #7FF3DF is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB127243223-
CMYK0.4800.080.05
HSL169.66º82.86%72.55%-
HSV(B)169.66º47.74%95.29%-
XYZ54.1273.9481.23-
YUV206.04137.5771.63-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.42%
GREEN value IS 243 (95.31% from 255) = 40.98%
BLUE value IS 223 (87.5% from 255) = 37.61%
R=21.42%
G=40.98%
B=37.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1272432230.4800.080.05169.6682.8672.55
Hex7FF3DF30085aa5349
Octal177363337600105252123111
Binary11111111111001111011111110000010001011010101010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FF3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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