#7FF1C4

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

Shades of Aquamarine #7FF1C4

Tints of Aquamarine #7FF1C4

Color information

#7FF1C4 (or 0x7FF1C4) is unknown color: approx Aquamarine. HEX triplet: 7F, F1 and C4. RGB value is (127,241,196). Sum of RGB (Red+Green+Blue) = 127+241+196=564 (74% of max value = 765). Red value is 127 (50% from 255 or 22.52% from 564); Green value is 241 (94.53% from 255 or 42.73% from 564); Blue value is 196 (76.95% from 255 or 34.75% from 564); Max value from RGB is 241 - color contains mainly: green. Hex color #7FF1C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FF1C4 is #800E3B. Grayscale: #C9C9C9. Windows color (decimal): -8392252 or 12906879. OLE color: 12906879.

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

Color convert

RGB127241196-
CMYK0.4700.190.05
HSL156.32º80.28%72.16%-
HSV(B)156.32º47.3%94.51%-
XYZ50.1771.4163.36-
YUV201.78124.7374.66-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.52%
GREEN value IS 241 (94.53% from 255) = 42.73%
BLUE value IS 196 (76.95% from 255) = 34.75%
R=22.52%
G=42.73%
B=34.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1272411960.4700.190.05156.3280.2872.16
Hex7FF1C42F01359c5048
Octal177361304570235234120110
Binary111111111110001110001001011110100111011001110010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FF1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,241,196); }

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

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

 a { background-color: rgb(127,241,196); }

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

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

 span { border-color: rgb(127,241,196); }

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