#72ffdd

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

Shades of Aquamarine #72FFDD

Tints of Aquamarine #72FFDD

Color information

#72FFDD (or 0x72FFDD) is unknown color: approx Aquamarine. HEX triplet: 72, FF and DD. RGB value is (114,255,221). Sum of RGB (Red+Green+Blue) = 114+255+221=590 (78% of max value = 765). Red value is 114 (44.92% from 255 or 19.32% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 255 - color contains mainly: green. Hex color #72FFDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FFDD is #8D0022. Grayscale: #D0D0D0. Windows color (decimal): -9240611 or 14548850. OLE color: 14548850.

HSL color Cylindrical-coordinate representation of color #72FFDD: hue angle of 165.53º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72FFDD is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB114255221-
CMYK0.5500.130
HSL165.53º100%72.35%-
HSV(B)165.53º55.29%100%-
XYZ55.7580.3280.97-
YUV208.97134.7960.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 19.32%
GREEN value IS 255 (100% from 255) = 43.22%
BLUE value IS 221 (86.72% from 255) = 37.46%
R=19.32%
G=43.22%
B=37.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1142552210.5500.130165.5310072.35
Hex72FFDD370D0a66448
Octal162377335670150246144110
Binary111001011111111110111011101110110101010011011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72ffdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,255,221); }

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

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

 a { background-color: rgb(114,255,221); }

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

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

 span { border-color: rgb(114,255,221); }

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