#70CDC6

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

Shades of Downy #70CDC6

Tints of Downy #70CDC6

Color information

#70CDC6 (or 0x70CDC6) is unknown color: approx Downy. HEX triplet: 70, CD and C6. RGB value is (112,205,198). Sum of RGB (Red+Green+Blue) = 112+205+198=515 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.75% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 198 (77.73% from 255 or 38.45% from 515); Max value from RGB is 205 - color contains mainly: green. Hex color #70CDC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CDC6 is #8F3239. Grayscale: #B0B0B0. Windows color (decimal): -9384506 or 13028720. OLE color: 13028720.

HSL color Cylindrical-coordinate representation of color #70CDC6: hue angle of 175.48º degrees, saturation: 0.48, 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 #70CDC6 is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB112205198-
CMYK0.4500.030.20
HSL175.48º48.19%62.16%-
HSV(B)175.48º45.37%80.39%-
XYZ38.7151.1861.27-
YUV176.4140.1982.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.75%
GREEN value IS 205 (80.47% from 255) = 39.81%
BLUE value IS 198 (77.73% from 255) = 38.45%
R=21.75%
G=39.81%
B=38.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1122051980.4500.030.20175.4848.1962.16
Hex70CDC62D0314af303e
Octal1603153065503242576076
Binary111000011001101110001101011010111010010101111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,205,198); }

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

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

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

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

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

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

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