#72f8e4

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

Shades of Aquamarine #72F8E4

Tints of Aquamarine #72F8E4

Color information

#72F8E4 (or 0x72F8E4) is unknown color: approx Aquamarine. HEX triplet: 72, F8 and E4. RGB value is (114,248,228). Sum of RGB (Red+Green+Blue) = 114+248+228=590 (78% of max value = 765). Red value is 114 (44.92% from 255 or 19.32% from 590); Green value is 248 (97.27% from 255 or 42.03% from 590); Blue value is 228 (89.45% from 255 or 38.64% from 590); Max value from RGB is 248 - color contains mainly: green. Hex color #72F8E4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72F8E4 is #8D071B. Grayscale: #CDCDCD. Windows color (decimal): -9242396 or 15005810. OLE color: 15005810.

HSL color Cylindrical-coordinate representation of color #72F8E4: hue angle of 171.04º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72F8E4 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB114248228-
CMYK0.5400.080.03
HSL171.04º90.54%70.98%-
HSV(B)171.04º54.03%97.25%-
XYZ54.5176.3185.26-
YUV205.65140.6162.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 19.32%
GREEN value IS 248 (97.27% from 255) = 42.03%
BLUE value IS 228 (89.45% from 255) = 38.64%
R=19.32%
G=42.03%
B=38.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1142482280.5400.080.03171.0490.5470.98
Hex72F8E436083ab5b47
Octal162370344660103253133107
Binary1110010111110001110010011011001000111010101110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72f8e4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,248,228); }

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

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

 a { background-color: rgb(114,248,228); }

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

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

 span { border-color: rgb(114,248,228); }

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