#70D8CA

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

Shades of Downy #70D8CA

Tints of Downy #70D8CA

Color information

#70D8CA (or 0x70D8CA) is unknown color: approx Downy. HEX triplet: 70, D8 and CA. RGB value is (112,216,202). Sum of RGB (Red+Green+Blue) = 112+216+202=530 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.13% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 216 - color contains mainly: green. Hex color #70D8CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D8CA is #8F2735. Grayscale: #B7B7B7. Windows color (decimal): -9381686 or 13293680. OLE color: 13293680.

HSL color Cylindrical-coordinate representation of color #70D8CA: hue angle of 171.92º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D8CA is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB112216202-
CMYK0.4800.060.15
HSL171.92º57.14%64.31%-
HSV(B)171.92º48.15%84.71%-
XYZ41.956.8264.64-
YUV183.31138.5477.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.13%
GREEN value IS 216 (84.77% from 255) = 40.75%
BLUE value IS 202 (79.30% from 255) = 38.11%
R=21.13%
G=40.75%
B=38.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1122162020.4800.060.15171.9257.1464.31
Hex70D8CA3006Fac3940
Octal16033031260061725471100
Binary1110000110110001100101011000001101111101011001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,216,202); }

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

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

 a { background-color: rgb(112,216,202); }

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

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

 span { border-color: rgb(112,216,202); }

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