#4FF1AF

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

Shades of Medium Aquamarine #4FF1AF

Tints of Medium Aquamarine #4FF1AF

Color information

#4FF1AF (or 0x4FF1AF) is unknown color: approx Medium Aquamarine. HEX triplet: 4F, F1 and AF. RGB value is (79,241,175). Sum of RGB (Red+Green+Blue) = 79+241+175=495 (65% of max value = 765). Red value is 79 (31.25% from 255 or 15.96% from 495); Green value is 241 (94.53% from 255 or 48.69% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 241 - color contains mainly: green. Hex color #4FF1AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4FF1AF is #B00E50. Grayscale: #B9B9B9. Windows color (decimal): -11538001 or 11530575. OLE color: 11530575.

HSL color Cylindrical-coordinate representation of color #4FF1AF: hue angle of 155.56º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FF1AF is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB79241175-
CMYK0.6700.270.05
HSL155.56º85.26%62.75%-
HSV(B)155.56º67.22%94.51%-
XYZ42.4267.6751.38-
YUV185.04122.3352.37-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.96%
GREEN value IS 241 (94.53% from 255) = 48.69%
BLUE value IS 175 (68.75% from 255) = 35.35%
R=15.96%
G=48.69%
B=35.35%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal792411750.6700.270.05155.5685.2662.75
Hex4FF1AF4301B59c553f
Octal117361257103033523412577
Binary100111111110001101011111000011011011101100111001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FF1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4FF1AF; }

 p { color: rgb(79,241,175); }

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

<style>
 a { background-color: #4FF1AF; }

 a { background-color: rgb(79,241,175); }

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

<style>
 span { border-color: #4FF1AF; }

 span { border-color: rgb(79,241,175); }

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