#70CFCF

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

Shades of Downy #70CFCF

Tints of Downy #70CFCF

Color information

#70CFCF (or 0x70CFCF) is unknown color: approx Downy. HEX triplet: 70, CF and CF. RGB value is (112,207,207). Sum of RGB (Red+Green+Blue) = 112+207+207=526 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.29% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #70CFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CFCF is #8F3030. Grayscale: #B2B2B2. Windows color (decimal): -9383985 or 13619056. OLE color: 13619056.

HSL color Cylindrical-coordinate representation of color #70CFCF: hue angle of 180º 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 #70CFCF is Cyan = 0.46, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB112207207-
CMYK0.46000.19
HSL180º49.74%62.55%-
HSV(B)180º45.89%81.18%-
XYZ40.2652.5867.06-
YUV178.6144.0380.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.29%
GREEN value IS 207 (81.25% from 255) = 39.35%
BLUE value IS 207 (81.25% from 255) = 39.35%
R=21.29%
G=39.35%
B=39.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1122072070.46000.1918049.7462.55
Hex70CFCF2E0013b4323f
Octal1603173175600232646277
Binary11100001100111111001111101110001001110110100110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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