#70D1CA

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

Shades of Downy #70D1CA

Tints of Downy #70D1CA

Color information

#70D1CA (or 0x70D1CA) is unknown color: approx Downy. HEX triplet: 70, D1 and CA. RGB value is (112,209,202). Sum of RGB (Red+Green+Blue) = 112+209+202=523 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.41% from 523); Green value is 209 (82.03% from 255 or 39.96% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 209 - color contains mainly: green. Hex color #70D1CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D1CA is #8F2E35. Grayscale: #B3B3B3. Windows color (decimal): -9383478 or 13291888. OLE color: 13291888.

HSL color Cylindrical-coordinate representation of color #70D1CA: hue angle of 175.67º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70D1CA is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB112209202-
CMYK0.4600.030.18
HSL175.67º51.32%62.94%-
HSV(B)175.67º46.41%81.96%-
XYZ40.1453.3164.05-
YUV179.2140.8680.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.41%
GREEN value IS 209 (82.03% from 255) = 39.96%
BLUE value IS 202 (79.30% from 255) = 38.62%
R=21.41%
G=39.96%
B=38.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1122092020.4600.030.18175.6751.3262.94
Hex70D1CA2E0312b0333f
Octal1603213125603222606377
Binary111000011010001110010101011100111001010110000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,209,202); }

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

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

 a { background-color: rgb(112,209,202); }

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

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

 span { border-color: rgb(112,209,202); }

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