#70CABC

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

Shades of Downy #70CABC

Tints of Downy #70CABC

Color information

#70CABC (or 0x70CABC) is unknown color: approx Downy. HEX triplet: 70, CA and BC. RGB value is (112,202,188). Sum of RGB (Red+Green+Blue) = 112+202+188=502 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.31% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 202 - color contains mainly: green. Hex color #70CABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CABC is #8F3543. Grayscale: #ADADAD. Windows color (decimal): -9385284 or 12372592. OLE color: 12372592.

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

Color convert

RGB112202188-
CMYK0.4500.070.21
HSL170.67º45.92%61.57%-
HSV(B)170.67º44.55%79.22%-
XYZ36.8849.3255.15-
YUV173.49136.1884.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.31%
GREEN value IS 202 (79.30% from 255) = 40.24%
BLUE value IS 188 (73.83% from 255) = 37.45%
R=22.31%
G=40.24%
B=37.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1122021880.4500.070.21170.6745.9261.57
Hex70CABC2D0715ab2e3e
Octal1603122745507252535676
Binary1110000110010101011110010110101111010110101011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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