#72DC9B

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

Shades of Medium Aquamarine #72DC9B

Tints of Medium Aquamarine #72DC9B

Color information

#72DC9B (or 0x72DC9B) is unknown color: approx Medium Aquamarine. HEX triplet: 72, DC and 9B. RGB value is (114,220,155). Sum of RGB (Red+Green+Blue) = 114+220+155=489 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.31% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 155 (60.94% from 255 or 31.70% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #72DC9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DC9B is #8D2364. Grayscale: #B5B5B5. Windows color (decimal): -9249637 or 10214514. OLE color: 10214514.

HSL color Cylindrical-coordinate representation of color #72DC9B: hue angle of 143.21º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72DC9B is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB114220155-
CMYK0.4800.300.14
HSL143.21º60.23%65.49%-
HSV(B)143.21º48.18%86.27%-
XYZ38.4557.1340.01-
YUV180.9113.3880.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.31%
GREEN value IS 220 (86.33% from 255) = 44.99%
BLUE value IS 155 (60.94% from 255) = 31.70%
R=23.31%
G=44.99%
B=31.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1142201550.4800.300.14143.2160.2365.49
Hex72DC9B3001EE8f3c41
Octal162334233600361621774101
Binary111001011011100100110111100000111101110100011111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,220,155); }

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

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

 a { background-color: rgb(114,220,155); }

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

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

 span { border-color: rgb(114,220,155); }

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