#72F9CD

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

Shades of Aquamarine #72F9CD

Tints of Aquamarine #72F9CD

Color information

#72F9CD (or 0x72F9CD) is unknown color: approx Aquamarine. HEX triplet: 72, F9 and CD. RGB value is (114,249,205). Sum of RGB (Red+Green+Blue) = 114+249+205=568 (75% of max value = 765). Red value is 114 (44.92% from 255 or 20.07% from 568); Green value is 249 (97.66% from 255 or 43.84% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 249 - color contains mainly: green. Hex color #72F9CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72F9CD is #8D0632. Grayscale: #CBCBCB. Windows color (decimal): -9242163 or 13498738. OLE color: 13498738.

HSL color Cylindrical-coordinate representation of color #72F9CD: hue angle of 160.44º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72F9CD is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB114249205-
CMYK0.5400.180.02
HSL160.44º91.84%71.18%-
HSV(B)160.44º54.22%97.65%-
XYZ51.8375.7469.64-
YUV203.62128.7764.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.07%
GREEN value IS 249 (97.66% from 255) = 43.84%
BLUE value IS 205 (80.47% from 255) = 36.09%
R=20.07%
G=43.84%
B=36.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1142492050.5400.180.02160.4491.8471.18
Hex72F9CD360122a05c47
Octal162371315660222240134107
Binary11100101111100111001101110110010010101010000010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72F9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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