#72FCBD

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

Shades of Aquamarine #72FCBD

Tints of Aquamarine #72FCBD

Color information

#72FCBD (or 0x72FCBD) is unknown color: approx Aquamarine. HEX triplet: 72, FC and BD. RGB value is (114,252,189). Sum of RGB (Red+Green+Blue) = 114+252+189=555 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.54% from 555); Green value is 252 (98.83% from 255 or 45.41% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 252 - color contains mainly: green. Hex color #72FCBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FCBD is #8D0342. Grayscale: #CBCBCB. Windows color (decimal): -9241411 or 12450930. OLE color: 12450930.

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

Color convert

RGB114252189-
CMYK0.5500.250.01
HSL152.61º95.83%71.76%-
HSV(B)152.61º54.76%98.82%-
XYZ50.9476.8760.3-
YUV203.56119.7864.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.54%
GREEN value IS 252 (98.83% from 255) = 45.41%
BLUE value IS 189 (74.22% from 255) = 34.05%
R=20.54%
G=45.41%
B=34.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1142521890.5500.250.01152.6195.8371.76
Hex72FCBD370191996048
Octal162374275670311231140110
Binary1110010111111001011110111011101100111001100111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72FCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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