#70D2CC

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

Shades of Downy #70D2CC

Tints of Downy #70D2CC

Color information

#70D2CC (or 0x70D2CC) is unknown color: approx Downy. HEX triplet: 70, D2 and CC. RGB value is (112,210,204). Sum of RGB (Red+Green+Blue) = 112+210+204=526 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.29% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 210 - color contains mainly: green. Hex color #70D2CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D2CC is #8F2D33. Grayscale: #B3B3B3. Windows color (decimal): -9383220 or 13423216. OLE color: 13423216.

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

Color convert

RGB112210204-
CMYK0.4700.030.18
HSL176.33º52.13%63.14%-
HSV(B)176.33º46.67%82.35%-
XYZ40.6353.965.39-
YUV180.01141.5379.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.29%
GREEN value IS 210 (82.42% from 255) = 39.92%
BLUE value IS 204 (80.08% from 255) = 38.78%
R=21.29%
G=39.92%
B=38.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1122102040.4700.030.18176.3352.1363.14
Hex70D2CC2F0312b0343f
Octal1603223145703222606477
Binary111000011010010110011001011110111001010110000110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,210,204); }

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

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

 a { background-color: rgb(112,210,204); }

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

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

 span { border-color: rgb(112,210,204); }

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