#74F8DE

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

Shades of Aquamarine #74F8DE

Tints of Aquamarine #74F8DE

Color information

#74F8DE (or 0x74F8DE) is unknown color: approx Aquamarine. HEX triplet: 74, F8 and DE. RGB value is (116,248,222). Sum of RGB (Red+Green+Blue) = 116+248+222=586 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.80% from 586); Green value is 248 (97.27% from 255 or 42.32% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 248 - color contains mainly: green. Hex color #74F8DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F8DE is #8B0721. Grayscale: #CDCDCD. Windows color (decimal): -9111330 or 14612596. OLE color: 14612596.

HSL color Cylindrical-coordinate representation of color #74F8DE: hue angle of 168.18º degrees, saturation: 0.9, 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 #74F8DE is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB116248222-
CMYK0.5300.100.03
HSL168.18º90.41%71.37%-
HSV(B)168.18º53.23%97.25%-
XYZ53.9576.1280.96-
YUV205.57137.2764.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 19.80%
GREEN value IS 248 (97.27% from 255) = 42.32%
BLUE value IS 222 (87.11% from 255) = 37.88%
R=19.80%
G=42.32%
B=37.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1162482220.5300.100.03168.1890.4171.37
Hex74F8DE350A3a85a47
Octal164370336650123250132107
Binary1110100111110001101111011010101010111010100010110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74F8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,248,222); }

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

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

 a { background-color: rgb(116,248,222); }

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

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

 span { border-color: rgb(116,248,222); }

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