#72ECCD

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

Shades of Aquamarine #72ECCD

Tints of Aquamarine #72ECCD

Color information

#72ECCD (or 0x72ECCD) is unknown color: approx Aquamarine. HEX triplet: 72, EC and CD. RGB value is (114,236,205). Sum of RGB (Red+Green+Blue) = 114+236+205=555 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.54% from 555); Green value is 236 (92.58% from 255 or 42.52% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 236 - color contains mainly: green. Hex color #72ECCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72ECCD is #8D1332. Grayscale: #C3C3C3. Windows color (decimal): -9245491 or 13495410. OLE color: 13495410.

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

Color convert

RGB114236205-
CMYK0.5200.130.07
HSL164.75º76.25%68.63%-
HSV(B)164.75º51.69%92.55%-
XYZ47.9567.9868.35-
YUV195.99133.0869.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.54%
GREEN value IS 236 (92.58% from 255) = 42.52%
BLUE value IS 205 (80.47% from 255) = 36.94%
R=20.54%
G=42.52%
B=36.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1142362050.5200.130.07164.7576.2568.63
Hex72ECCD340D7a54c45
Octal162354315640157245114105
Binary11100101110110011001101110100011011111010010110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72ECCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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