#72F5BF

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

Shades of Aquamarine #72F5BF

Tints of Aquamarine #72F5BF

Color information

#72F5BF (or 0x72F5BF) is unknown color: approx Aquamarine. HEX triplet: 72, F5 and BF. RGB value is (114,245,191). Sum of RGB (Red+Green+Blue) = 114+245+191=550 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.73% from 550); Green value is 245 (96.09% from 255 or 44.55% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 245 - color contains mainly: green. Hex color #72F5BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72F5BF is #8D0A40. Grayscale: #C7C7C7. Windows color (decimal): -9243201 or 12580210. OLE color: 12580210.

HSL color Cylindrical-coordinate representation of color #72F5BF: hue angle of 155.27º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72F5BF is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB114245191-
CMYK0.5300.220.04
HSL155.27º86.75%70.39%-
HSV(B)155.27º53.47%96.08%-
XYZ4972.6460.73-
YUV199.68123.166.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.73%
GREEN value IS 245 (96.09% from 255) = 44.55%
BLUE value IS 191 (75% from 255) = 34.73%
R=20.73%
G=44.55%
B=34.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1142451910.5300.220.04155.2786.7570.39
Hex72F5BF3501649b5746
Octal162365277650264233127106
Binary111001011110101101111111101010101101001001101110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72F5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,245,191); }

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

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

 a { background-color: rgb(114,245,191); }

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

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

 span { border-color: rgb(114,245,191); }

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