#70CFBD

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

Shades of Downy #70CFBD

Tints of Downy #70CFBD

Color information

#70CFBD (or 0x70CFBD) is unknown color: approx Downy. HEX triplet: 70, CF and BD. RGB value is (112,207,189). Sum of RGB (Red+Green+Blue) = 112+207+189=508 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.05% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 207 - color contains mainly: green. Hex color #70CFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CFBD is #8F3042. Grayscale: #B0B0B0. Windows color (decimal): -9384003 or 12439408. OLE color: 12439408.

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

Color convert

RGB112207189-
CMYK0.4600.090.19
HSL168.63º49.74%62.55%-
HSV(B)168.63º45.89%81.18%-
XYZ38.1851.7456.12-
YUV176.54135.0381.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.05%
GREEN value IS 207 (81.25% from 255) = 40.75%
BLUE value IS 189 (74.22% from 255) = 37.20%
R=22.05%
G=40.75%
B=37.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1122071890.4600.090.19168.6349.7462.55
Hex70CFBD2E0913a9323f
Octal16031727556011232516277
Binary11100001100111110111101101110010011001110101001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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