#72EDC1

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

Shades of Aquamarine #72EDC1

Tints of Aquamarine #72EDC1

Color information

#72EDC1 (or 0x72EDC1) is unknown color: approx Aquamarine. HEX triplet: 72, ED and C1. RGB value is (114,237,193). Sum of RGB (Red+Green+Blue) = 114+237+193=544 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.96% from 544); Green value is 237 (92.97% from 255 or 43.57% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 237 - color contains mainly: green. Hex color #72EDC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EDC1 is #8D123E. Grayscale: #C3C3C3. Windows color (decimal): -9245247 or 12709234. OLE color: 12709234.

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

Color convert

RGB114237193-
CMYK0.5200.190.07
HSL158.54º77.36%68.82%-
HSV(B)158.54º51.9%92.94%-
XYZ46.856861.11-
YUV195.21126.7570.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.96%
GREEN value IS 237 (92.97% from 255) = 43.57%
BLUE value IS 193 (75.78% from 255) = 35.48%
R=20.96%
G=43.57%
B=35.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1142371930.5200.190.07158.5477.3668.82
Hex72EDC13401379f4d45
Octal162355301640237237115105
Binary111001011101101110000011101000100111111001111110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72EDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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