#72ECD7

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

Shades of Aquamarine #72ECD7

Tints of Aquamarine #72ECD7

Color information

#72ECD7 (or 0x72ECD7) is unknown color: approx Aquamarine. HEX triplet: 72, EC and D7. RGB value is (114,236,215). Sum of RGB (Red+Green+Blue) = 114+236+215=565 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.18% from 565); Green value is 236 (92.58% from 255 or 41.77% from 565); Blue value is 215 (84.38% from 255 or 38.05% from 565); Max value from RGB is 236 - color contains mainly: green. Hex color #72ECD7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72ECD7 is #8D1328. Grayscale: #C5C5C5. Windows color (decimal): -9245481 or 14150770. OLE color: 14150770.

HSL color Cylindrical-coordinate representation of color #72ECD7: hue angle of 169.67º degrees, saturation: 0.76, 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 #72ECD7 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB114236215-
CMYK0.5200.090.07
HSL169.67º76.25%68.63%-
HSV(B)169.67º51.69%92.55%-
XYZ49.268.4774.91-
YUV197.13138.0868.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.18%
GREEN value IS 236 (92.58% from 255) = 41.77%
BLUE value IS 215 (84.38% from 255) = 38.05%
R=20.18%
G=41.77%
B=38.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1142362150.5200.090.07169.6776.2568.63
Hex72ECD734097aa4c45
Octal162354327640117252114105
Binary11100101110110011010111110100010011111010101010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72ECD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,236,215); }

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

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

 a { background-color: rgb(114,236,215); }

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

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

 span { border-color: rgb(114,236,215); }

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