#70CAC7

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

Shades of Downy #70CAC7

Tints of Downy #70CAC7

Color information

#70CAC7 (or 0x70CAC7) is unknown color: approx Downy. HEX triplet: 70, CA and C7. RGB value is (112,202,199). Sum of RGB (Red+Green+Blue) = 112+202+199=513 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.83% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 199 (78.12% from 255 or 38.79% from 513); Max value from RGB is 202 - color contains mainly: green. Hex color #70CAC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CAC7 is #8F3538. Grayscale: #AEAEAE. Windows color (decimal): -9385273 or 13093488. OLE color: 13093488.

HSL color Cylindrical-coordinate representation of color #70CAC7: hue angle of 178º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CAC7 is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB112202199-
CMYK0.4500.010.21
HSL178º45.92%61.57%-
HSV(B)178º44.55%79.22%-
XYZ38.1149.8161.64-
YUV174.75141.6883.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.83%
GREEN value IS 202 (79.30% from 255) = 39.38%
BLUE value IS 199 (78.12% from 255) = 38.79%
R=21.83%
G=39.38%
B=38.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1122021990.4500.010.2117845.9261.57
Hex70CAC72D0115b22e3e
Octal1603123075501252625676
Binary11100001100101011000111101101011010110110010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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