#70DBC7

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

Shades of Downy #70DBC7

Tints of Downy #70DBC7

Color information

#70DBC7 (or 0x70DBC7) is unknown color: approx Downy. HEX triplet: 70, DB and C7. RGB value is (112,219,199). Sum of RGB (Red+Green+Blue) = 112+219+199=530 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.13% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 199 (78.12% from 255 or 37.55% from 530); Max value from RGB is 219 - color contains mainly: green. Hex color #70DBC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DBC7 is #8F2438. Grayscale: #B8B8B8. Windows color (decimal): -9380921 or 13097840. OLE color: 13097840.

HSL color Cylindrical-coordinate representation of color #70DBC7: hue angle of 168.79º 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 #70DBC7 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB112219199-
CMYK0.4900.090.14
HSL168.79º59.78%64.9%-
HSV(B)168.79º48.86%85.88%-
XYZ42.3258.2363.04-
YUV184.73136.0576.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.13%
GREEN value IS 219 (85.94% from 255) = 41.32%
BLUE value IS 199 (78.12% from 255) = 37.55%
R=21.13%
G=41.32%
B=37.55%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1122191990.4900.090.14168.7959.7864.9
Hex70DBC73109Ea93c41
Octal160333307610111625174101
Binary11100001101101111000111110001010011110101010011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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