#70dbc5

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

Shades of Downy #70DBC5

Tints of Downy #70DBC5

Color information

#70DBC5 (or 0x70DBC5) is unknown color: approx Downy. HEX triplet: 70, DB and C5. RGB value is (112,219,197). Sum of RGB (Red+Green+Blue) = 112+219+197=528 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.21% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 197 (77.34% from 255 or 37.31% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #70DBC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DBC5 is #8F243A. Grayscale: #B8B8B8. Windows color (decimal): -9380923 or 12966768. OLE color: 12966768.

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

Color convert

RGB112219197-
CMYK0.4900.100.14
HSL167.66º59.78%64.9%-
HSV(B)167.66º48.86%85.88%-
XYZ42.0958.1461.83-
YUV184.5135.0576.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.21%
GREEN value IS 219 (85.94% from 255) = 41.48%
BLUE value IS 197 (77.34% from 255) = 37.31%
R=21.21%
G=41.48%
B=37.31%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1122191970.4900.100.14167.6659.7864.9
Hex70DBC5310AEa83c41
Octal160333305610121625074101
Binary11100001101101111000101110001010101110101010001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70dbc5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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