#72F0D5

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

Shades of Aquamarine #72F0D5

Tints of Aquamarine #72F0D5

Color information

#72F0D5 (or 0x72F0D5) is unknown color: approx Aquamarine. HEX triplet: 72, F0 and D5. RGB value is (114,240,213). Sum of RGB (Red+Green+Blue) = 114+240+213=567 (75% of max value = 765). Red value is 114 (44.92% from 255 or 20.11% from 567); Green value is 240 (94.14% from 255 or 42.33% from 567); Blue value is 213 (83.59% from 255 or 37.57% from 567); Max value from RGB is 240 - color contains mainly: green. Hex color #72F0D5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72F0D5 is #8D0F2A. Grayscale: #C7C7C7. Windows color (decimal): -9244459 or 14020722. OLE color: 14020722.

HSL color Cylindrical-coordinate representation of color #72F0D5: hue angle of 167.14º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72F0D5 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB114240213-
CMYK0.5200.110.06
HSL167.14º80.77%69.41%-
HSV(B)167.14º52.5%94.12%-
XYZ50.1170.773.96-
YUV199.25135.7667.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.11%
GREEN value IS 240 (94.14% from 255) = 42.33%
BLUE value IS 213 (83.59% from 255) = 37.57%
R=20.11%
G=42.33%
B=37.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1142402130.5200.110.06167.1480.7769.41
Hex72F0D5340B6a75145
Octal162360325640136247121105
Binary11100101111000011010101110100010111101010011110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72F0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,240,213); }

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

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

 a { background-color: rgb(114,240,213); }

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

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

 span { border-color: rgb(114,240,213); }

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