#70CFCA

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

Shades of Downy #70CFCA

Tints of Downy #70CFCA

Color information

#70CFCA (or 0x70CFCA) is unknown color: approx Downy. HEX triplet: 70, CF and CA. RGB value is (112,207,202). Sum of RGB (Red+Green+Blue) = 112+207+202=521 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.50% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 207 - color contains mainly: green. Hex color #70CFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CFCA is #8F3035. Grayscale: #B1B1B1. Windows color (decimal): -9383990 or 13291376. OLE color: 13291376.

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

Color convert

RGB112207202-
CMYK0.4600.020.19
HSL176.84º49.74%62.55%-
HSV(B)176.84º45.89%81.18%-
XYZ39.6652.3363.89-
YUV178.02141.5380.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.50%
GREEN value IS 207 (81.25% from 255) = 39.73%
BLUE value IS 202 (79.30% from 255) = 38.77%
R=21.50%
G=39.73%
B=38.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1122072020.4600.020.19176.8449.7462.55
Hex70CFCA2E0213b1323f
Octal1603173125602232616277
Binary111000011001111110010101011100101001110110001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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