#72F5BE

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

Shades of Aquamarine #72F5BE

Tints of Aquamarine #72F5BE

Color information

#72F5BE (or 0x72F5BE) is unknown color: approx Aquamarine. HEX triplet: 72, F5 and BE. RGB value is (114,245,190). Sum of RGB (Red+Green+Blue) = 114+245+190=549 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.77% from 549); Green value is 245 (96.09% from 255 or 44.63% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 245 - color contains mainly: green. Hex color #72F5BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72F5BE is #8D0A41. Grayscale: #C7C7C7. Windows color (decimal): -9243202 or 12514674. OLE color: 12514674.

HSL color Cylindrical-coordinate representation of color #72F5BE: hue angle of 154.81º 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 #72F5BE is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB114245190-
CMYK0.5300.220.04
HSL154.81º86.75%70.39%-
HSV(B)154.81º53.47%96.08%-
XYZ48.8972.660.15-
YUV199.56122.666.97-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.77%
GREEN value IS 245 (96.09% from 255) = 44.63%
BLUE value IS 190 (74.61% from 255) = 34.61%
R=20.77%
G=44.63%
B=34.61%

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
Decimal1142451900.5300.220.04154.8186.7570.39
Hex72F5BE3501649b5746
Octal162365276650264233127106
Binary111001011110101101111101101010101101001001101110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72F5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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