#70FFCC

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

Shades of Aquamarine #70FFCC

Tints of Aquamarine #70FFCC

Color information

#70FFCC (or 0x70FFCC) is unknown color: approx Aquamarine. HEX triplet: 70, FF and CC. RGB value is (112,255,204). Sum of RGB (Red+Green+Blue) = 112+255+204=571 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.61% from 571); Green value is 255 (100% from 255 or 44.66% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 255 - color contains mainly: green. Hex color #70FFCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FFCC is #8F0033. Grayscale: #CECECE. Windows color (decimal): -9371700 or 13434736. OLE color: 13434736.

HSL color Cylindrical-coordinate representation of color #70FFCC: hue angle of 158.6º 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 #70FFCC is Cyan = 0.56, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB112255204-
CMYK0.5600.20
HSL158.6º100%71.96%-
HSV(B)158.6º56.08%100%-
XYZ53.3479.3269.63-
YUV206.43126.6260.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.61%
GREEN value IS 255 (100% from 255) = 44.66%
BLUE value IS 204 (80.08% from 255) = 35.73%
R=19.61%
G=44.66%
B=35.73%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1122552040.5600.20158.610071.96
Hex70FFCC3801409f6448
Octal160377314700240237144110
Binary1110000111111111100110011100001010001001111111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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