#72F1BA

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

Shades of Aquamarine #72F1BA

Tints of Aquamarine #72F1BA

Color information

#72F1BA (or 0x72F1BA) is unknown color: approx Aquamarine. HEX triplet: 72, F1 and BA. RGB value is (114,241,186). Sum of RGB (Red+Green+Blue) = 114+241+186=541 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.07% from 541); Green value is 241 (94.53% from 255 or 44.55% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 241 - color contains mainly: green. Hex color #72F1BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72F1BA is #8D0E45. Grayscale: #C4C4C4. Windows color (decimal): -9244230 or 12251506. OLE color: 12251506.

HSL color Cylindrical-coordinate representation of color #72F1BA: hue angle of 154.02º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72F1BA is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB114241186-
CMYK0.5300.230.05
HSL154.02º81.94%69.61%-
HSV(B)154.02º52.7%94.51%-
XYZ47.2670.0357.48-
YUV196.76121.9268.97-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.07%
GREEN value IS 241 (94.53% from 255) = 44.55%
BLUE value IS 186 (73.05% from 255) = 34.38%
R=21.07%
G=44.55%
B=34.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1142411860.5300.230.05154.0281.9469.61
Hex72F1BA3501759a5246
Octal162361272650275232122106
Binary111001011110001101110101101010101111011001101010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72F1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,241,186); }

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

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

 a { background-color: rgb(114,241,186); }

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

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

 span { border-color: rgb(114,241,186); }

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