#70F3CC

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

Shades of Aquamarine #70F3CC

Tints of Aquamarine #70F3CC

Color information

#70F3CC (or 0x70F3CC) is unknown color: approx Aquamarine. HEX triplet: 70, F3 and CC. RGB value is (112,243,204). Sum of RGB (Red+Green+Blue) = 112+243+204=559 (74% of max value = 765). Red value is 112 (44.14% from 255 or 20.04% from 559); Green value is 243 (95.31% from 255 or 43.47% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 243 - color contains mainly: green. Hex color #70F3CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70F3CC is #8F0C33. Grayscale: #C7C7C7. Windows color (decimal): -9374772 or 13431664. OLE color: 13431664.

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

Color convert

RGB112243204-
CMYK0.5400.160.05
HSL162.14º84.52%69.61%-
HSV(B)162.14º53.91%95.29%-
XYZ49.6371.9168.39-
YUV199.38130.665.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.04%
GREEN value IS 243 (95.31% from 255) = 43.47%
BLUE value IS 204 (80.08% from 255) = 36.49%
R=20.04%
G=43.47%
B=36.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1122432040.5400.160.05162.1484.5269.61
Hex70F3CC360105a25546
Octal160363314660205242125106
Binary111000011110011110011001101100100001011010001010101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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