#70CCCC

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

Shades of Downy #70CCCC

Tints of Downy #70CCCC

Color information

#70CCCC (or 0x70CCCC) is unknown color: approx Downy. HEX triplet: 70, CC and CC. RGB value is (112,204,204). Sum of RGB (Red+Green+Blue) = 112+204+204=520 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.54% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #70CCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CCCC is #8F3333. Grayscale: #B0B0B0. Windows color (decimal): -9384756 or 13421680. OLE color: 13421680.

HSL color Cylindrical-coordinate representation of color #70CCCC: hue angle of 180º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CCCC is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB112204204-
CMYK0.45000.2
HSL180º47.42%61.96%-
HSV(B)180º45.1%80%-
XYZ39.1750.9964.9-
YUV176.49143.5282-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.54%
GREEN value IS 204 (80.08% from 255) = 39.23%
BLUE value IS 204 (80.08% from 255) = 39.23%
R=21.54%
G=39.23%
B=39.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1122042040.45000.218047.4261.96
Hex70CCCC2D0014b42f3e
Octal1603143145500242645776
Binary11100001100110011001100101101001010010110100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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