#70CACA

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

Shades of Downy #70CACA

Tints of Downy #70CACA

Color information

#70CACA (or 0x70CACA) is unknown color: approx Downy. HEX triplet: 70, CA and CA. RGB value is (112,202,202). Sum of RGB (Red+Green+Blue) = 112+202+202=516 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.71% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #70CACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CACA is #8F3535. Grayscale: #AFAFAF. Windows color (decimal): -9385270 or 13290096. OLE color: 13290096.

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

Color convert

RGB112202202-
CMYK0.45000.21
HSL180º45.92%61.57%-
HSV(B)180º44.55%79.22%-
XYZ38.4649.9563.49-
YUV175.09143.1883-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.71%
GREEN value IS 202 (79.30% from 255) = 39.15%
BLUE value IS 202 (79.30% from 255) = 39.15%
R=21.71%
G=39.15%
B=39.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1122022020.45000.2118045.9261.57
Hex70CACA2D0015b42e3e
Octal1603123125500252645676
Binary11100001100101011001010101101001010110110100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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