#70D0C5

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

Shades of Downy #70D0C5

Tints of Downy #70D0C5

Color information

#70D0C5 (or 0x70D0C5) is unknown color: approx Downy. HEX triplet: 70, D0 and C5. RGB value is (112,208,197). Sum of RGB (Red+Green+Blue) = 112+208+197=517 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.66% from 517); Green value is 208 (81.64% from 255 or 40.23% from 517); Blue value is 197 (77.34% from 255 or 38.10% from 517); Max value from RGB is 208 - color contains mainly: green. Hex color #70D0C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D0C5 is #8F2F3A. Grayscale: #B1B1B1. Windows color (decimal): -9383739 or 12963952. OLE color: 12963952.

HSL color Cylindrical-coordinate representation of color #70D0C5: hue angle of 173.12º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70D0C5 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB112208197-
CMYK0.4600.050.18
HSL173.12º50.53%62.75%-
HSV(B)173.12º46.15%81.57%-
XYZ39.3252.5960.9-
YUV178.04138.780.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.66%
GREEN value IS 208 (81.64% from 255) = 40.23%
BLUE value IS 197 (77.34% from 255) = 38.10%
R=21.66%
G=40.23%
B=38.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1122081970.4600.050.18173.1250.5362.75
Hex70D0C52E0512ad333f
Octal1603203055605222556377
Binary1110000110100001100010110111001011001010101101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,208,197); }

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

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

 a { background-color: rgb(112,208,197); }

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

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

 span { border-color: rgb(112,208,197); }

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