#72FEC2

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

Shades of Aquamarine #72FEC2

Tints of Aquamarine #72FEC2

Color information

#72FEC2 (or 0x72FEC2) is unknown color: approx Aquamarine. HEX triplet: 72, FE and C2. RGB value is (114,254,194). Sum of RGB (Red+Green+Blue) = 114+254+194=562 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.28% from 562); Green value is 254 (99.61% from 255 or 45.20% from 562); Blue value is 194 (76.17% from 255 or 34.52% from 562); Max value from RGB is 254 - color contains mainly: green. Hex color #72FEC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FEC2 is #8D013D. Grayscale: #CDCDCD. Windows color (decimal): -9240894 or 12779122. OLE color: 12779122.

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

Color convert

RGB114254194-
CMYK0.5500.240.00
HSL154.29º98.59%72.16%-
HSV(B)154.29º55.12%99.61%-
XYZ52.1278.3663.42-
YUV205.3121.6262.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.28%
GREEN value IS 254 (99.61% from 255) = 45.20%
BLUE value IS 194 (76.17% from 255) = 34.52%
R=20.28%
G=45.20%
B=34.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1142541940.5500.240.00154.2998.5972.16
Hex72FEC23701809a6348
Octal162376302670300232143110
Binary1110010111111101100001011011101100001001101011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72FEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,254,194); }

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

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

 a { background-color: rgb(114,254,194); }

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

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

 span { border-color: rgb(114,254,194); }

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