#72FCC4

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

Shades of Aquamarine #72FCC4

Tints of Aquamarine #72FCC4

Color information

#72FCC4 (or 0x72FCC4) is unknown color: approx Aquamarine. HEX triplet: 72, FC and C4. RGB value is (114,252,196). Sum of RGB (Red+Green+Blue) = 114+252+196=562 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.28% from 562); Green value is 252 (98.83% from 255 or 44.84% from 562); Blue value is 196 (76.95% from 255 or 34.88% from 562); Max value from RGB is 252 - color contains mainly: green. Hex color #72FCC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FCC4 is #8D033B. Grayscale: #CCCCCC. Windows color (decimal): -9241404 or 12909682. OLE color: 12909682.

HSL color Cylindrical-coordinate representation of color #72FCC4: hue angle of 155.65º 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 #72FCC4 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB114252196-
CMYK0.5500.220.01
HSL155.65º95.83%71.76%-
HSV(B)155.65º54.76%98.82%-
XYZ51.7177.1864.4-
YUV204.35123.2863.55-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.28%
GREEN value IS 252 (98.83% from 255) = 44.84%
BLUE value IS 196 (76.95% from 255) = 34.88%
R=20.28%
G=44.84%
B=34.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1142521960.5500.220.01155.6595.8371.76
Hex72FCC43701619c6048
Octal162374304670261234140110
Binary1110010111111001100010011011101011011001110011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72FCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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