#72EEA1

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

Shades of Medium Aquamarine #72EEA1

Tints of Medium Aquamarine #72EEA1

Color information

#72EEA1 (or 0x72EEA1) is unknown color: approx Medium Aquamarine. HEX triplet: 72, EE and A1. RGB value is (114,238,161). Sum of RGB (Red+Green+Blue) = 114+238+161=513 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.22% from 513); Green value is 238 (93.36% from 255 or 46.39% from 513); Blue value is 161 (63.28% from 255 or 31.38% from 513); Max value from RGB is 238 - color contains mainly: green. Hex color #72EEA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72EEA1 is #8D115E. Grayscale: #C0C0C0. Windows color (decimal): -9245023 or 10612338. OLE color: 10612338.

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

Color convert

RGB114238161-
CMYK0.5200.320.07
HSL142.74º78.48%69.02%-
HSV(B)142.74º52.1%93.33%-
XYZ43.9567.344.39-
YUV192.15110.4272.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.22%
GREEN value IS 238 (93.36% from 255) = 46.39%
BLUE value IS 161 (63.28% from 255) = 31.38%
R=22.22%
G=46.39%
B=31.38%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1142381610.5200.320.07142.7478.4869.02
Hex72EEA13402078f4e45
Octal162356241640407217116105
Binary1110010111011101010000111010001000001111000111110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72EEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,238,161); }

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

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

 a { background-color: rgb(114,238,161); }

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

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

 span { border-color: rgb(114,238,161); }

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