#70CABA

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

Shades of Downy #70CABA

Tints of Downy #70CABA

Color information

#70CABA (or 0x70CABA) is unknown color: approx Downy. HEX triplet: 70, CA and BA. RGB value is (112,202,186). Sum of RGB (Red+Green+Blue) = 112+202+186=500 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.4% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 202 - color contains mainly: green. Hex color #70CABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CABA is #8F3545. Grayscale: #ADADAD. Windows color (decimal): -9385286 or 12241520. OLE color: 12241520.

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

Color convert

RGB112202186-
CMYK0.4500.080.21
HSL169.33º45.92%61.57%-
HSV(B)169.33º44.55%79.22%-
XYZ36.6749.2354.02-
YUV173.27135.1884.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.4%
GREEN value IS 202 (79.30% from 255) = 40.4%
BLUE value IS 186 (73.05% from 255) = 37.2%
R=22.4%
G=40.4%
B=37.2%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1122021860.4500.080.21169.3345.9261.57
Hex70CABA2D0815a92e3e
Octal16031227255010252515676
Binary11100001100101010111010101101010001010110101001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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