#74F2D7

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

Shades of Aquamarine #74F2D7

Tints of Aquamarine #74F2D7

Color information

#74F2D7 (or 0x74F2D7) is unknown color: approx Aquamarine. HEX triplet: 74, F2 and D7. RGB value is (116,242,215). Sum of RGB (Red+Green+Blue) = 116+242+215=573 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.24% from 573); Green value is 242 (94.92% from 255 or 42.23% from 573); Blue value is 215 (84.38% from 255 or 37.52% from 573); Max value from RGB is 242 - color contains mainly: green. Hex color #74F2D7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F2D7 is #8B0D28. Grayscale: #C9C9C9. Windows color (decimal): -9112873 or 14152308. OLE color: 14152308.

HSL color Cylindrical-coordinate representation of color #74F2D7: hue angle of 167.14º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F2D7 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB116242215-
CMYK0.5200.110.05
HSL167.14º82.89%70.2%-
HSV(B)167.14º52.07%94.9%-
XYZ51.2272.1275.51-
YUV201.25135.7667.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 20.24%
GREEN value IS 242 (94.92% from 255) = 42.23%
BLUE value IS 215 (84.38% from 255) = 37.52%
R=20.24%
G=42.23%
B=37.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1162422150.5200.110.05167.1482.8970.2
Hex74F2D7340B5a75346
Octal164362327640135247123106
Binary11101001111001011010111110100010111011010011110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74F2D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,242,215); }

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

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

 a { background-color: rgb(116,242,215); }

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

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

 span { border-color: rgb(116,242,215); }

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