#72F6CB

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

Shades of Aquamarine #72F6CB

Tints of Aquamarine #72F6CB

Color information

#72F6CB (or 0x72F6CB) is unknown color: approx Aquamarine. HEX triplet: 72, F6 and CB. RGB value is (114,246,203). Sum of RGB (Red+Green+Blue) = 114+246+203=563 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.25% from 563); Green value is 246 (96.48% from 255 or 43.69% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 246 - color contains mainly: green. Hex color #72F6CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72F6CB is #8D0934. Grayscale: #C9C9C9. Windows color (decimal): -9242933 or 13366898. OLE color: 13366898.

HSL color Cylindrical-coordinate representation of color #72F6CB: hue angle of 160.45º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72F6CB is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB114246203-
CMYK0.5400.170.04
HSL160.45º88%70.59%-
HSV(B)160.45º53.66%96.47%-
XYZ50.6773.868.07-
YUV201.63128.7765.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.25%
GREEN value IS 246 (96.48% from 255) = 43.69%
BLUE value IS 203 (79.69% from 255) = 36.06%
R=20.25%
G=43.69%
B=36.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1142462030.5400.170.04160.458870.59
Hex72F6CB360114a05847
Octal162366313660214240130107
Binary111001011110110110010111101100100011001010000010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72F6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,246,203); }

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

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

 a { background-color: rgb(114,246,203); }

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

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

 span { border-color: rgb(114,246,203); }

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