#72FAC4

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

Shades of Aquamarine #72FAC4

Tints of Aquamarine #72FAC4

Color information

#72FAC4 (or 0x72FAC4) is unknown color: approx Aquamarine. HEX triplet: 72, FA and C4. RGB value is (114,250,196). Sum of RGB (Red+Green+Blue) = 114+250+196=560 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.36% from 560); Green value is 250 (98.05% from 255 or 44.64% from 560); Blue value is 196 (76.95% from 255 or 35% from 560); Max value from RGB is 250 - color contains mainly: green. Hex color #72FAC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FAC4 is #8D053B. Grayscale: #CBCBCB. Windows color (decimal): -9241916 or 12909170. OLE color: 12909170.

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

Color convert

RGB114250196-
CMYK0.5400.220.02
HSL156.18º93.15%71.37%-
HSV(B)156.18º54.4%98.04%-
XYZ51.0975.9364.19-
YUV203.18123.9464.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.36%
GREEN value IS 250 (98.05% from 255) = 44.64%
BLUE value IS 196 (76.95% from 255) = 35%
R=20.36%
G=44.64%
B=35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1142501960.5400.220.02156.1893.1571.37
Hex72FAC43601629c5d47
Octal162372304660262234135107
Binary11100101111101011000100110110010110101001110010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72FAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72FAC4; }

 p { color: rgb(114,250,196); }

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

<style>
 a { background-color: #72FAC4; }

 a { background-color: rgb(114,250,196); }

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

<style>
 span { border-color: #72FAC4; }

 span { border-color: rgb(114,250,196); }

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