#70CABE

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

Shades of Downy #70CABE

Tints of Downy #70CABE

Color information

#70CABE (or 0x70CABE) is unknown color: approx Downy. HEX triplet: 70, CA and BE. RGB value is (112,202,190). Sum of RGB (Red+Green+Blue) = 112+202+190=504 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.22% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 202 - color contains mainly: green. Hex color #70CABE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CABE is #8F3541. Grayscale: #ADADAD. Windows color (decimal): -9385282 or 12503664. OLE color: 12503664.

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

Color convert

RGB112202190-
CMYK0.4500.060.21
HSL172º45.92%61.57%-
HSV(B)172º44.55%79.22%-
XYZ37.149.456.3-
YUV173.72137.1883.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.22%
GREEN value IS 202 (79.30% from 255) = 40.08%
BLUE value IS 190 (74.61% from 255) = 37.70%
R=22.22%
G=40.08%
B=37.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1122021900.4500.060.2117245.9261.57
Hex70CABE2D0615ac2e3e
Octal1603122765506252545676
Binary1110000110010101011111010110101101010110101100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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