#70D8B4

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

Shades of Downy #70D8B4

Tints of Downy #70D8B4

Color information

#70D8B4 (or 0x70D8B4) is unknown color: approx Downy. HEX triplet: 70, D8 and B4. RGB value is (112,216,180). Sum of RGB (Red+Green+Blue) = 112+216+180=508 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.05% from 508); Green value is 216 (84.77% from 255 or 42.52% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 216 - color contains mainly: green. Hex color #70D8B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D8B4 is #8F274B. Grayscale: #B4B4B4. Windows color (decimal): -9381708 or 11851888. OLE color: 11851888.

HSL color Cylindrical-coordinate representation of color #70D8B4: hue angle of 159.23º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D8B4 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB112216180-
CMYK0.4800.170.15
HSL159.23º57.14%64.31%-
HSV(B)159.23º48.15%84.71%-
XYZ39.4855.8551.88-
YUV180.8127.5478.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.05%
GREEN value IS 216 (84.77% from 255) = 42.52%
BLUE value IS 180 (70.70% from 255) = 35.43%
R=22.05%
G=42.52%
B=35.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1122161800.4800.170.15159.2357.1464.31
Hex70D8B430011F9f3940
Octal160330264600211723771100
Binary111000011011000101101001100000100011111100111111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,216,180); }

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

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

 a { background-color: rgb(112,216,180); }

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

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

 span { border-color: rgb(112,216,180); }

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