#7FF2CA

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

Shades of Aquamarine #7FF2CA

Tints of Aquamarine #7FF2CA

Color information

#7FF2CA (or 0x7FF2CA) is unknown color: approx Aquamarine. HEX triplet: 7F, F2 and CA. RGB value is (127,242,202). Sum of RGB (Red+Green+Blue) = 127+242+202=571 (75% of max value = 765). Red value is 127 (50% from 255 or 22.24% from 571); Green value is 242 (94.92% from 255 or 42.38% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 242 - color contains mainly: green. Hex color #7FF2CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FF2CA is #800D35. Grayscale: #CBCBCB. Windows color (decimal): -8391990 or 13300351. OLE color: 13300351.

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

Color convert

RGB127242202-
CMYK0.4800.170.05
HSL159.13º81.56%72.35%-
HSV(B)159.13º47.52%94.9%-
XYZ51.1772.2867.13-
YUV203.05127.473.75-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.24%
GREEN value IS 242 (94.92% from 255) = 42.38%
BLUE value IS 202 (79.30% from 255) = 35.38%
R=22.24%
G=42.38%
B=35.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1272422020.4800.170.05159.1381.5672.35
Hex7FF2CA3001159f5248
Octal177362312600215237122110
Binary111111111110010110010101100000100011011001111110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FF2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,242,202); }

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

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

 a { background-color: rgb(127,242,202); }

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

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

 span { border-color: rgb(127,242,202); }

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