#74FCAD

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

Shades of Aquamarine #74FCAD

Tints of Aquamarine #74FCAD

Color information

#74FCAD (or 0x74FCAD) is unknown color: approx Aquamarine. HEX triplet: 74, FC and AD. RGB value is (116,252,173). Sum of RGB (Red+Green+Blue) = 116+252+173=541 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.44% from 541); Green value is 252 (98.83% from 255 or 46.58% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 252 - color contains mainly: green. Hex color #74FCAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FCAD is #8B0352. Grayscale: #CACACA. Windows color (decimal): -9110355 or 11402356. OLE color: 11402356.

HSL color Cylindrical-coordinate representation of color #74FCAD: hue angle of 145.15º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FCAD is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB116252173-
CMYK0.5400.310.01
HSL145.15º95.77%72.16%-
HSV(B)145.15º53.97%98.82%-
XYZ49.5676.3551.66-
YUV202.33111.4466.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.44%
GREEN value IS 252 (98.83% from 255) = 46.58%
BLUE value IS 173 (67.97% from 255) = 31.98%
R=21.44%
G=46.58%
B=31.98%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1162521730.5400.310.01145.1595.7772.16
Hex74FCAD3601F1916048
Octal164374255660371221140110
Binary1110100111111001010110111011001111111001000111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74FCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,252,173); }

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

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

 a { background-color: rgb(116,252,173); }

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

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

 span { border-color: rgb(116,252,173); }

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