#72F5DC

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

Shades of Aquamarine #72F5DC

Tints of Aquamarine #72F5DC

Color information

#72F5DC (or 0x72F5DC) is unknown color: approx Aquamarine. HEX triplet: 72, F5 and DC. RGB value is (114,245,220). Sum of RGB (Red+Green+Blue) = 114+245+220=579 (76% of max value = 765). Red value is 114 (44.92% from 255 or 19.69% from 579); Green value is 245 (96.09% from 255 or 42.31% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 245 - color contains mainly: green. Hex color #72F5DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72F5DC is #8D0A23. Grayscale: #CACACA. Windows color (decimal): -9243172 or 14480754. OLE color: 14480754.

HSL color Cylindrical-coordinate representation of color #72F5DC: hue angle of 168.55º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72F5DC is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB114245220-
CMYK0.5300.100.04
HSL168.55º86.75%70.39%-
HSV(B)168.55º53.47%96.08%-
XYZ52.5174.0579.24-
YUV202.98137.664.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 19.69%
GREEN value IS 245 (96.09% from 255) = 42.31%
BLUE value IS 220 (86.33% from 255) = 38.00%
R=19.69%
G=42.31%
B=38.00%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1142452200.5300.100.04168.5586.7570.39
Hex72F5DC350A4a95746
Octal162365334650124251127106
Binary11100101111010111011100110101010101001010100110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72F5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,245,220); }

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

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

 a { background-color: rgb(114,245,220); }

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

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

 span { border-color: rgb(114,245,220); }

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