#72F5C8

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

Shades of Aquamarine #72F5C8

Tints of Aquamarine #72F5C8

Color information

#72F5C8 (or 0x72F5C8) is unknown color: approx Aquamarine. HEX triplet: 72, F5 and C8. RGB value is (114,245,200). Sum of RGB (Red+Green+Blue) = 114+245+200=559 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.39% from 559); Green value is 245 (96.09% from 255 or 43.83% from 559); Blue value is 200 (78.52% from 255 or 35.78% from 559); Max value from RGB is 245 - color contains mainly: green. Hex color #72F5C8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72F5C8 is #8D0A37. Grayscale: #C8C8C8. Windows color (decimal): -9243192 or 13170034. OLE color: 13170034.

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

Color convert

RGB114245200-
CMYK0.5300.180.04
HSL159.39º86.75%70.39%-
HSV(B)159.39º53.47%96.08%-
XYZ50.0273.0566.11-
YUV200.7127.666.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.39%
GREEN value IS 245 (96.09% from 255) = 43.83%
BLUE value IS 200 (78.52% from 255) = 35.78%
R=20.39%
G=43.83%
B=35.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1142452000.5300.180.04159.3986.7570.39
Hex72F5C83501249f5746
Octal162365310650224237127106
Binary111001011110101110010001101010100101001001111110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72F5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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