#70F1C4

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

Shades of Aquamarine #70F1C4

Tints of Aquamarine #70F1C4

Color information

#70F1C4 (or 0x70F1C4) is unknown color: approx Aquamarine. HEX triplet: 70, F1 and C4. RGB value is (112,241,196). Sum of RGB (Red+Green+Blue) = 112+241+196=549 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.40% from 549); Green value is 241 (94.53% from 255 or 43.90% from 549); Blue value is 196 (76.95% from 255 or 35.70% from 549); Max value from RGB is 241 - color contains mainly: green. Hex color #70F1C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70F1C4 is #8F0E3B. Grayscale: #C5C5C5. Windows color (decimal): -9375292 or 12906864. OLE color: 12906864.

HSL color Cylindrical-coordinate representation of color #70F1C4: hue angle of 159.07º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F1C4 is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB112241196-
CMYK0.5400.190.05
HSL159.07º82.17%69.22%-
HSV(B)159.07º53.53%94.51%-
XYZ48.170.3463.27-
YUV197.3127.2667.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.40%
GREEN value IS 241 (94.53% from 255) = 43.90%
BLUE value IS 196 (76.95% from 255) = 35.70%
R=20.40%
G=43.90%
B=35.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1122411960.5400.190.05159.0782.1769.22
Hex70F1C43601359f5245
Octal160361304660235237122105
Binary111000011110001110001001101100100111011001111110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,241,196); }

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

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

 a { background-color: rgb(112,241,196); }

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

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

 span { border-color: rgb(112,241,196); }

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