#70C4BC

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

Shades of Downy #70C4BC

Tints of Downy #70C4BC

Color information

#70C4BC (or 0x70C4BC) is unknown color: approx Downy. HEX triplet: 70, C4 and BC. RGB value is (112,196,188). Sum of RGB (Red+Green+Blue) = 112+196+188=496 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.58% from 496); Green value is 196 (76.95% from 255 or 39.52% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 196 - color contains mainly: green. Hex color #70C4BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70C4BC is #8F3B43. Grayscale: #A9A9A9. Windows color (decimal): -9386820 or 12371056. OLE color: 12371056.

HSL color Cylindrical-coordinate representation of color #70C4BC: hue angle of 174.29º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70C4BC is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB112196188-
CMYK0.4300.040.23
HSL174.29º41.58%60.39%-
HSV(B)174.29º42.86%76.86%-
XYZ35.546.5654.69-
YUV169.97138.1786.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.58%
GREEN value IS 196 (76.95% from 255) = 39.52%
BLUE value IS 188 (73.83% from 255) = 37.90%
R=22.58%
G=39.52%
B=37.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1121961880.4300.040.23174.2941.5860.39
Hex70C4BC2B0417ae2a3c
Octal1603042745304272565274
Binary1110000110001001011110010101101001011110101110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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