#74FFDF

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

Shades of Aquamarine #74FFDF

Tints of Aquamarine #74FFDF

Color information

#74FFDF (or 0x74FFDF) is unknown color: approx Aquamarine. HEX triplet: 74, FF and DF. RGB value is (116,255,223). Sum of RGB (Red+Green+Blue) = 116+255+223=594 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.53% from 594); Green value is 255 (100% from 255 or 42.93% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FFDF is #8B0020. Grayscale: #D1D1D1. Windows color (decimal): -9109537 or 14679924. OLE color: 14679924.

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

Color convert

RGB116255223-
CMYK0.5500.130
HSL166.19º100%72.75%-
HSV(B)166.19º54.51%100%-
XYZ56.2880.5682.4-
YUV209.79135.4561.1-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 19.53%
GREEN value IS 255 (100% from 255) = 42.93%
BLUE value IS 223 (87.5% from 255) = 37.54%
R=19.53%
G=42.93%
B=37.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1162552230.5500.130166.1910072.75
Hex74FFDF370D0a66449
Octal164377337670150246144111
Binary111010011111111110111111101110110101010011011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74FFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,255,223); }

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

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

 a { background-color: rgb(116,255,223); }

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

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

 span { border-color: rgb(116,255,223); }

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