#72edd6

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

Shades of Aquamarine #72EDD6

Tints of Aquamarine #72EDD6

Color information

#72EDD6 (or 0x72EDD6) is unknown color: approx Aquamarine. HEX triplet: 72, ED and D6. RGB value is (114,237,214). Sum of RGB (Red+Green+Blue) = 114+237+214=565 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.18% from 565); Green value is 237 (92.97% from 255 or 41.95% from 565); Blue value is 214 (83.98% from 255 or 37.88% from 565); Max value from RGB is 237 - color contains mainly: green. Hex color #72EDD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EDD6 is #8D1229. Grayscale: #C5C5C5. Windows color (decimal): -9245226 or 14085490. OLE color: 14085490.

HSL color Cylindrical-coordinate representation of color #72EDD6: hue angle of 168.78º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72EDD6 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB114237214-
CMYK0.5200.100.07
HSL168.78º77.36%68.82%-
HSV(B)168.78º51.9%92.94%-
XYZ49.366974.34-
YUV197.6137.2568.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.18%
GREEN value IS 237 (92.97% from 255) = 41.95%
BLUE value IS 214 (83.98% from 255) = 37.88%
R=20.18%
G=41.95%
B=37.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1142372140.5200.100.07168.7877.3668.82
Hex72EDD6340A7a94d45
Octal162355326640127251115105
Binary11100101110110111010110110100010101111010100110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72edd6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,237,214); }

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

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

 a { background-color: rgb(114,237,214); }

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

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

 span { border-color: rgb(114,237,214); }

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