#74F2B9

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

Shades of Aquamarine #74F2B9

Tints of Aquamarine #74F2B9

Color information

#74F2B9 (or 0x74F2B9) is unknown color: approx Aquamarine. HEX triplet: 74, F2 and B9. RGB value is (116,242,185). Sum of RGB (Red+Green+Blue) = 116+242+185=543 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.36% from 543); Green value is 242 (94.92% from 255 or 44.57% from 543); Blue value is 185 (72.66% from 255 or 34.07% from 543); Max value from RGB is 242 - color contains mainly: green. Hex color #74F2B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F2B9 is #8B0D46. Grayscale: #C5C5C5. Windows color (decimal): -9112903 or 12186228. OLE color: 12186228.

HSL color Cylindrical-coordinate representation of color #74F2B9: hue angle of 152.86º 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 #74F2B9 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB116242185-
CMYK0.5200.240.05
HSL152.86º82.89%70.2%-
HSV(B)152.86º52.07%94.9%-
XYZ47.7170.7257.03-
YUV197.83120.7669.63-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.36%
GREEN value IS 242 (94.92% from 255) = 44.57%
BLUE value IS 185 (72.66% from 255) = 34.07%
R=21.36%
G=44.57%
B=34.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1162421850.5200.240.05152.8682.8970.2
Hex74F2B9340185995346
Octal164362271640305231123106
Binary111010011110010101110011101000110001011001100110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74F2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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