#70CECC

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

Shades of Downy #70CECC

Tints of Downy #70CECC

Color information

#70CECC (or 0x70CECC) is unknown color: approx Downy. HEX triplet: 70, CE and CC. RGB value is (112,206,204). Sum of RGB (Red+Green+Blue) = 112+206+204=522 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.46% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 206 - color contains mainly: green. Hex color #70CECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CECC is #8F3133. Grayscale: #B1B1B1. Windows color (decimal): -9384244 or 13422192. OLE color: 13422192.

HSL color Cylindrical-coordinate representation of color #70CECC: hue angle of 178.72º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CECC is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB112206204-
CMYK0.4600.010.19
HSL178.72º48.96%62.35%-
HSV(B)178.72º45.63%80.78%-
XYZ39.6551.9565.06-
YUV177.67142.8681.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.46%
GREEN value IS 206 (80.86% from 255) = 39.46%
BLUE value IS 204 (80.08% from 255) = 39.08%
R=21.46%
G=39.46%
B=39.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1122062040.4600.010.19178.7248.9662.35
Hex70CECC2E0113b3313e
Octal1603163145601232636176
Binary11100001100111011001100101110011001110110011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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