#70FCBF

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

Shades of Aquamarine #70FCBF

Tints of Aquamarine #70FCBF

Color information

#70FCBF (or 0x70FCBF) is unknown color: approx Aquamarine. HEX triplet: 70, FC and BF. RGB value is (112,252,191). Sum of RGB (Red+Green+Blue) = 112+252+191=555 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.18% from 555); Green value is 252 (98.83% from 255 or 45.41% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 252 - color contains mainly: green. Hex color #70FCBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FCBF is #8F0340. Grayscale: #CBCBCB. Windows color (decimal): -9372481 or 12582000. OLE color: 12582000.

HSL color Cylindrical-coordinate representation of color #70FCBF: hue angle of 153.86º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FCBF is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB112252191-
CMYK0.5600.240.01
HSL153.86º95.89%71.37%-
HSV(B)153.86º55.56%98.82%-
XYZ50.976.8361.44-
YUV203.19121.1262.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.18%
GREEN value IS 252 (98.83% from 255) = 45.41%
BLUE value IS 191 (75% from 255) = 34.41%
R=20.18%
G=45.41%
B=34.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1122521910.5600.240.01153.8695.8971.37
Hex70FCBF3801819a6047
Octal160374277700301232140107
Binary1110000111111001011111111100001100011001101011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70FCBF; }

 p { color: rgb(112,252,191); }

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

<style>
 a { background-color: #70FCBF; }

 a { background-color: rgb(112,252,191); }

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

<style>
 span { border-color: #70FCBF; }

 span { border-color: rgb(112,252,191); }

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