#74F7C9

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

Shades of Aquamarine #74F7C9

Tints of Aquamarine #74F7C9

Color information

#74F7C9 (or 0x74F7C9) is unknown color: approx Aquamarine. HEX triplet: 74, F7 and C9. RGB value is (116,247,201). Sum of RGB (Red+Green+Blue) = 116+247+201=564 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.57% from 564); Green value is 247 (96.88% from 255 or 43.79% from 564); Blue value is 201 (78.91% from 255 or 35.64% from 564); Max value from RGB is 247 - color contains mainly: green. Hex color #74F7C9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F7C9 is #8B0836. Grayscale: #CACACA. Windows color (decimal): -9111607 or 13236084. OLE color: 13236084.

HSL color Cylindrical-coordinate representation of color #74F7C9: hue angle of 158.93º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74F7C9 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB116247201-
CMYK0.5300.190.03
HSL158.93º89.12%71.18%-
HSV(B)158.93º53.04%96.86%-
XYZ51.0174.4566.94-
YUV202.59127.166.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 20.57%
GREEN value IS 247 (96.88% from 255) = 43.79%
BLUE value IS 201 (78.91% from 255) = 35.64%
R=20.57%
G=43.79%
B=35.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1162472010.5300.190.03158.9389.1271.18
Hex74F7C93501339f5947
Octal164367311650233237131107
Binary11101001111011111001001110101010011111001111110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74F7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74F7C9; }

 p { color: rgb(116,247,201); }

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

<style>
 a { background-color: #74F7C9; }

 a { background-color: rgb(116,247,201); }

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

<style>
 span { border-color: #74F7C9; }

 span { border-color: rgb(116,247,201); }

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