#72FCDF

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

Shades of Aquamarine #72FCDF

Tints of Aquamarine #72FCDF

Color information

#72FCDF (or 0x72FCDF) is unknown color: approx Aquamarine. HEX triplet: 72, FC and DF. RGB value is (114,252,223). Sum of RGB (Red+Green+Blue) = 114+252+223=589 (78% of max value = 765). Red value is 114 (44.92% from 255 or 19.35% from 589); Green value is 252 (98.83% from 255 or 42.78% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 252 - color contains mainly: green. Hex color #72FCDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FCDF is #8D0320. Grayscale: #CFCFCF. Windows color (decimal): -9241377 or 14679154. OLE color: 14679154.

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

Color convert

RGB114252223-
CMYK0.5500.120.01
HSL167.39º95.83%71.76%-
HSV(B)167.39º54.76%98.82%-
XYZ55.0778.5382.07-
YUV207.43136.7861.36-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 19.35%
GREEN value IS 252 (98.83% from 255) = 42.78%
BLUE value IS 223 (87.5% from 255) = 37.86%
R=19.35%
G=42.78%
B=37.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1142522230.5500.120.01167.3995.8371.76
Hex72FCDF370C1a76048
Octal162374337670141247140110
Binary111001011111100110111111101110110011010011111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72FCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,252,223); }

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

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

 a { background-color: rgb(114,252,223); }

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

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

 span { border-color: rgb(114,252,223); }

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