#74FEE5

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

Shades of Aquamarine #74FEE5

Tints of Aquamarine #74FEE5

Color information

#74FEE5 (or 0x74FEE5) is unknown color: approx Aquamarine. HEX triplet: 74, FE and E5. RGB value is (116,254,229). Sum of RGB (Red+Green+Blue) = 116+254+229=599 (79% of max value = 765). Red value is 116 (45.70% from 255 or 19.37% from 599); Green value is 254 (99.61% from 255 or 42.40% from 599); Blue value is 229 (89.84% from 255 or 38.23% from 599); Max value from RGB is 254 - color contains mainly: green. Hex color #74FEE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FEE5 is #8B011A. Grayscale: #D1D1D1. Windows color (decimal): -9109787 or 15072884. OLE color: 15072884.

HSL color Cylindrical-coordinate representation of color #74FEE5: hue angle of 169.13º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FEE5 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB116254229-
CMYK0.5400.100.00
HSL169.13º98.57%72.55%-
HSV(B)169.13º54.33%99.61%-
XYZ56.7980.2586.63-
YUV209.89138.7861.03-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 19.37%
GREEN value IS 254 (99.61% from 255) = 42.40%
BLUE value IS 229 (89.84% from 255) = 38.23%
R=19.37%
G=42.40%
B=38.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1162542290.5400.100.00169.1398.5772.55
Hex74FEE5360A0a96349
Octal164376345660120251143111
Binary111010011111110111001011101100101001010100111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74FEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,254,229); }

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

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

 a { background-color: rgb(116,254,229); }

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

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

 span { border-color: rgb(116,254,229); }

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