#72FFB6

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

Shades of Aquamarine #72FFB6

Tints of Aquamarine #72FFB6

Color information

#72FFB6 (or 0x72FFB6) is unknown color: approx Aquamarine. HEX triplet: 72, FF and B6. RGB value is (114,255,182). Sum of RGB (Red+Green+Blue) = 114+255+182=551 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.69% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 182 (71.48% from 255 or 33.03% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #72FFB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FFB6 is #8D0049. Grayscale: #CCCCCC. Windows color (decimal): -9240650 or 11992946. OLE color: 11992946.

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

Color convert

RGB114255182-
CMYK0.5500.290
HSL148.94º100%72.35%-
HSV(B)148.94º55.29%100%-
XYZ51.1478.4756.71-
YUV204.52115.2963.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.69%
GREEN value IS 255 (100% from 255) = 46.28%
BLUE value IS 182 (71.48% from 255) = 33.03%
R=20.69%
G=46.28%
B=33.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1142551820.5500.290148.9410072.35
Hex72FFB63701D0956448
Octal162377266670350225144110
Binary1110010111111111011011011011101110101001010111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72FFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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