#72F0B5

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

Shades of Aquamarine #72F0B5

Tints of Aquamarine #72F0B5

Color information

#72F0B5 (or 0x72F0B5) is unknown color: approx Aquamarine. HEX triplet: 72, F0 and B5. RGB value is (114,240,181). Sum of RGB (Red+Green+Blue) = 114+240+181=535 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.31% from 535); Green value is 240 (94.14% from 255 or 44.86% from 535); Blue value is 181 (71.09% from 255 or 33.83% from 535); Max value from RGB is 240 - color contains mainly: green. Hex color #72F0B5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72F0B5 is #8D0F4A. Grayscale: #C3C3C3. Windows color (decimal): -9244491 or 11923570. OLE color: 11923570.

HSL color Cylindrical-coordinate representation of color #72F0B5: hue angle of 151.9º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72F0B5 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB114240181-
CMYK0.5200.250.06
HSL151.9º80.77%69.41%-
HSV(B)151.9º52.5%94.12%-
XYZ46.4469.2354.63-
YUV195.6119.7669.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.31%
GREEN value IS 240 (94.14% from 255) = 44.86%
BLUE value IS 181 (71.09% from 255) = 33.83%
R=21.31%
G=44.86%
B=33.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1142401810.5200.250.06151.980.7769.41
Hex72F0B5340196985145
Octal162360265640316230121105
Binary111001011110000101101011101000110011101001100010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72F0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,240,181); }

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

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

 a { background-color: rgb(114,240,181); }

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

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

 span { border-color: rgb(114,240,181); }

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