#70ffc8

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

Shades of Aquamarine #70FFC8

Tints of Aquamarine #70FFC8

Color information

#70FFC8 (or 0x70FFC8) is unknown color: approx Aquamarine. HEX triplet: 70, FF and C8. RGB value is (112,255,200). Sum of RGB (Red+Green+Blue) = 112+255+200=567 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.75% from 567); Green value is 255 (100% from 255 or 44.97% from 567); Blue value is 200 (78.52% from 255 or 35.27% from 567); Max value from RGB is 255 - color contains mainly: green. Hex color #70FFC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FFC8 is #8F0037. Grayscale: #CECECE. Windows color (decimal): -9371704 or 13172592. OLE color: 13172592.

HSL color Cylindrical-coordinate representation of color #70FFC8: hue angle of 156.92º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FFC8 is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB112255200-
CMYK0.5600.220
HSL156.92º100%71.96%-
HSV(B)156.92º56.08%100%-
XYZ52.8779.1367.13-
YUV205.97124.6260.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.75%
GREEN value IS 255 (100% from 255) = 44.97%
BLUE value IS 200 (78.52% from 255) = 35.27%
R=19.75%
G=44.97%
B=35.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1122552000.5600.220156.9210071.96
Hex70FFC83801609d6448
Octal160377310700260235144110
Binary1110000111111111100100011100001011001001110111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ffc8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,255,200); }

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

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

 a { background-color: rgb(112,255,200); }

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

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

 span { border-color: rgb(112,255,200); }

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