#74FADD

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

Shades of Aquamarine #74FADD

Tints of Aquamarine #74FADD

Color information

#74FADD (or 0x74FADD) is unknown color: approx Aquamarine. HEX triplet: 74, FA and DD. RGB value is (116,250,221). Sum of RGB (Red+Green+Blue) = 116+250+221=587 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.76% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #74FADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FADD is #8B0522. Grayscale: #CECECE. Windows color (decimal): -9110819 or 14547572. OLE color: 14547572.

HSL color Cylindrical-coordinate representation of color #74FADD: hue angle of 167.01º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FADD is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB116250221-
CMYK0.5400.120.02
HSL167.01º93.06%71.76%-
HSV(B)167.01º53.6%98.04%-
XYZ54.4477.380.46-
YUV206.63136.1163.36-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 19.76%
GREEN value IS 250 (98.05% from 255) = 42.59%
BLUE value IS 221 (86.72% from 255) = 37.65%
R=19.76%
G=42.59%
B=37.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1162502210.5400.120.02167.0193.0671.76
Hex74FADD360C2a75d48
Octal164372335660142247135110
Binary1110100111110101101110111011001100101010011110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74FADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,250,221); }

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

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

 a { background-color: rgb(116,250,221); }

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

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

 span { border-color: rgb(116,250,221); }

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