#72ffe0

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

Shades of Aquamarine #72FFE0

Tints of Aquamarine #72FFE0

Color information

#72FFE0 (or 0x72FFE0) is unknown color: approx Aquamarine. HEX triplet: 72, FF and E0. RGB value is (114,255,224). Sum of RGB (Red+Green+Blue) = 114+255+224=593 (78% of max value = 765). Red value is 114 (44.92% from 255 or 19.22% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 224 (87.89% from 255 or 37.77% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #72FFE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FFE0 is #8D001F. Grayscale: #D1D1D1. Windows color (decimal): -9240608 or 14745458. OLE color: 14745458.

HSL color Cylindrical-coordinate representation of color #72FFE0: hue angle of 166.81º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72FFE0 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB114255224-
CMYK0.5500.120
HSL166.81º100%72.35%-
HSV(B)166.81º55.29%100%-
XYZ56.1580.4883.1-
YUV209.31136.2960.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 19.22%
GREEN value IS 255 (100% from 255) = 43.00%
BLUE value IS 224 (87.89% from 255) = 37.77%
R=19.22%
G=43.00%
B=37.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1142552240.5500.120166.8110072.35
Hex72FFE0370C0a76448
Octal162377340670140247144110
Binary111001011111111111000001101110110001010011111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72ffe0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,255,224); }

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

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

 a { background-color: rgb(114,255,224); }

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

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

 span { border-color: rgb(114,255,224); }

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