#70DBC9

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

Shades of Downy #70DBC9

Tints of Downy #70DBC9

Color information

#70DBC9 (or 0x70DBC9) is unknown color: approx Downy. HEX triplet: 70, DB and C9. RGB value is (112,219,201). Sum of RGB (Red+Green+Blue) = 112+219+201=532 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.05% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 201 (78.91% from 255 or 37.78% from 532); Max value from RGB is 219 - color contains mainly: green. Hex color #70DBC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DBC9 is #8F2436. Grayscale: #B8B8B8. Windows color (decimal): -9380919 or 13228912. OLE color: 13228912.

HSL color Cylindrical-coordinate representation of color #70DBC9: hue angle of 169.91º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DBC9 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB112219201-
CMYK0.4900.080.14
HSL169.91º59.78%64.9%-
HSV(B)169.91º48.86%85.88%-
XYZ42.5658.3264.27-
YUV184.96137.0575.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.05%
GREEN value IS 219 (85.94% from 255) = 41.17%
BLUE value IS 201 (78.91% from 255) = 37.78%
R=21.05%
G=41.17%
B=37.78%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1122192010.4900.080.14169.9159.7864.9
Hex70DBC93108Eaa3c41
Octal160333311610101625274101
Binary11100001101101111001001110001010001110101010101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,219,201); }

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

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

 a { background-color: rgb(112,219,201); }

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

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

 span { border-color: rgb(112,219,201); }

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