#70DBB7

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

Shades of Downy #70DBB7

Tints of Downy #70DBB7

Color information

#70DBB7 (or 0x70DBB7) is unknown color: approx Downy. HEX triplet: 70, DB and B7. RGB value is (112,219,183). Sum of RGB (Red+Green+Blue) = 112+219+183=514 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.79% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 183 (71.88% from 255 or 35.60% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #70DBB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DBB7 is #8F2448. Grayscale: #B6B6B6. Windows color (decimal): -9380937 or 12049264. OLE color: 12049264.

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

Color convert

RGB112219183-
CMYK0.4900.160.14
HSL159.81º59.78%64.9%-
HSV(B)159.81º48.86%85.88%-
XYZ40.5657.5353.77-
YUV182.9128.0577.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.79%
GREEN value IS 219 (85.94% from 255) = 42.61%
BLUE value IS 183 (71.88% from 255) = 35.60%
R=21.79%
G=42.61%
B=35.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1122191830.4900.160.14159.8159.7864.9
Hex70DBB731010Ea03c41
Octal160333267610201624074101
Binary111000011011011101101111100010100001110101000001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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