#72FDC9

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

Shades of Aquamarine #72FDC9

Tints of Aquamarine #72FDC9

Color information

#72FDC9 (or 0x72FDC9) is unknown color: approx Aquamarine. HEX triplet: 72, FD and C9. RGB value is (114,253,201). Sum of RGB (Red+Green+Blue) = 114+253+201=568 (75% of max value = 765). Red value is 114 (44.92% from 255 or 20.07% from 568); Green value is 253 (99.22% from 255 or 44.54% from 568); Blue value is 201 (78.91% from 255 or 35.39% from 568); Max value from RGB is 253 - color contains mainly: green. Hex color #72FDC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FDC9 is #8D0236. Grayscale: #CDCDCD. Windows color (decimal): -9241143 or 13237618. OLE color: 13237618.

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

Color convert

RGB114253201-
CMYK0.5500.210.01
HSL157.55º97.2%71.96%-
HSV(B)157.55º54.94%99.22%-
XYZ52.6178.0567.55-
YUV205.51125.4562.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.07%
GREEN value IS 253 (99.22% from 255) = 44.54%
BLUE value IS 201 (78.91% from 255) = 35.39%
R=20.07%
G=44.54%
B=35.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1142532010.5500.210.01157.5597.271.96
Hex72FDC93701519e6148
Octal162375311670251236141110
Binary1110010111111011100100111011101010111001111011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72FDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,253,201); }

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

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

 a { background-color: rgb(114,253,201); }

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

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

 span { border-color: rgb(114,253,201); }

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