#72F1DC

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

Shades of Aquamarine #72F1DC

Tints of Aquamarine #72F1DC

Color information

#72F1DC (or 0x72F1DC) is unknown color: approx Aquamarine. HEX triplet: 72, F1 and DC. RGB value is (114,241,220). Sum of RGB (Red+Green+Blue) = 114+241+220=575 (76% of max value = 765). Red value is 114 (44.92% from 255 or 19.83% from 575); Green value is 241 (94.53% from 255 or 41.91% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 241 - color contains mainly: green. Hex color #72F1DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72F1DC is #8D0E23. Grayscale: #C8C8C8. Windows color (decimal): -9244196 or 14479730. OLE color: 14479730.

HSL color Cylindrical-coordinate representation of color #72F1DC: hue angle of 170.08º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72F1DC is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB114241220-
CMYK0.5300.090.05
HSL170.08º81.94%69.61%-
HSV(B)170.08º52.7%94.51%-
XYZ51.3171.6678.84-
YUV200.63138.9266.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 19.83%
GREEN value IS 241 (94.53% from 255) = 41.91%
BLUE value IS 220 (86.33% from 255) = 38.26%
R=19.83%
G=41.91%
B=38.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1142412200.5300.090.05170.0881.9469.61
Hex72F1DC35095aa5246
Octal162361334650115252122106
Binary11100101111000111011100110101010011011010101010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72F1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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