#70C5BD

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

Shades of Downy #70C5BD

Tints of Downy #70C5BD

Color information

#70C5BD (or 0x70C5BD) is unknown color: approx Downy. HEX triplet: 70, C5 and BD. RGB value is (112,197,189). Sum of RGB (Red+Green+Blue) = 112+197+189=498 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.49% from 498); Green value is 197 (77.34% from 255 or 39.56% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 197 - color contains mainly: green. Hex color #70C5BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70C5BD is #8F3A42. Grayscale: #AAAAAA. Windows color (decimal): -9386563 or 12436848. OLE color: 12436848.

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

Color convert

RGB112197189-
CMYK0.4300.040.23
HSL174.35º42.29%60.59%-
HSV(B)174.35º43.15%77.25%-
XYZ35.8347.0555.34-
YUV170.67138.3486.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.49%
GREEN value IS 197 (77.34% from 255) = 39.56%
BLUE value IS 189 (74.22% from 255) = 37.95%
R=22.49%
G=39.56%
B=37.95%

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
Decimal1121971890.4300.040.23174.3542.2960.59
Hex70C5BD2B0417ae2a3d
Octal1603052755304272565275
Binary1110000110001011011110110101101001011110101110101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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