#70CAC4

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

Shades of Downy #70CAC4

Tints of Downy #70CAC4

Color information

#70CAC4 (or 0x70CAC4) is unknown color: approx Downy. HEX triplet: 70, CA and C4. RGB value is (112,202,196). Sum of RGB (Red+Green+Blue) = 112+202+196=510 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.96% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 196 (76.95% from 255 or 38.43% from 510); Max value from RGB is 202 - color contains mainly: green. Hex color #70CAC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CAC4 is #8F353B. Grayscale: #AEAEAE. Windows color (decimal): -9385276 or 12896880. OLE color: 12896880.

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

Color convert

RGB112202196-
CMYK0.4500.030.21
HSL176º45.92%61.57%-
HSV(B)176º44.55%79.22%-
XYZ37.7749.6759.82-
YUV174.41140.1883.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.96%
GREEN value IS 202 (79.30% from 255) = 39.61%
BLUE value IS 196 (76.95% from 255) = 38.43%
R=21.96%
G=39.61%
B=38.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1122021960.4500.030.2117645.9261.57
Hex70CAC42D0315b02e3e
Octal1603123045503252605676
Binary111000011001010110001001011010111010110110000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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