#7FF3C2

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

Shades of Aquamarine #7FF3C2

Tints of Aquamarine #7FF3C2

Color information

#7FF3C2 (or 0x7FF3C2) is unknown color: approx Aquamarine. HEX triplet: 7F, F3 and C2. RGB value is (127,243,194). Sum of RGB (Red+Green+Blue) = 127+243+194=564 (74% of max value = 765). Red value is 127 (50% from 255 or 22.52% from 564); Green value is 243 (95.31% from 255 or 43.09% from 564); Blue value is 194 (76.17% from 255 or 34.40% from 564); Max value from RGB is 243 - color contains mainly: green. Hex color #7FF3C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FF3C2 is #800C3D. Grayscale: #CACACA. Windows color (decimal): -8391742 or 12776319. OLE color: 12776319.

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

Color convert

RGB127243194-
CMYK0.4800.200.05
HSL154.66º82.86%72.55%-
HSV(B)154.66º47.74%95.29%-
XYZ50.5472.5162.37-
YUV202.73123.0773.98-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.52%
GREEN value IS 243 (95.31% from 255) = 43.09%
BLUE value IS 194 (76.17% from 255) = 34.40%
R=22.52%
G=43.09%
B=34.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1272431940.4800.200.05154.6682.8672.55
Hex7FF3C23001459b5349
Octal177363302600245233123111
Binary111111111110011110000101100000101001011001101110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FF3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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