#72F3C5

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

Shades of Aquamarine #72F3C5

Tints of Aquamarine #72F3C5

Color information

#72F3C5 (or 0x72F3C5) is unknown color: approx Aquamarine. HEX triplet: 72, F3 and C5. RGB value is (114,243,197). Sum of RGB (Red+Green+Blue) = 114+243+197=554 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.58% from 554); Green value is 243 (95.31% from 255 or 43.86% from 554); Blue value is 197 (77.34% from 255 or 35.56% from 554); Max value from RGB is 243 - color contains mainly: green. Hex color #72F3C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72F3C5 is #8D0C3A. Grayscale: #C7C7C7. Windows color (decimal): -9243707 or 12972914. OLE color: 12972914.

HSL color Cylindrical-coordinate representation of color #72F3C5: hue angle of 158.6º degrees, saturation: 0.84, 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 #72F3C5 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB114243197-
CMYK0.5300.190.05
HSL158.6º84.31%70%-
HSV(B)158.6º53.09%95.29%-
XYZ49.0771.7164.08-
YUV199.18126.7667.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.58%
GREEN value IS 243 (95.31% from 255) = 43.86%
BLUE value IS 197 (77.34% from 255) = 35.56%
R=20.58%
G=43.86%
B=35.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1142431970.5300.190.05158.684.3170
Hex72F3C53501359f5446
Octal162363305650235237124106
Binary111001011110011110001011101010100111011001111110101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72F3C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,243,197); }

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

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

 a { background-color: rgb(114,243,197); }

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

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

 span { border-color: rgb(114,243,197); }

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