#70CEC5

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

Shades of Downy #70CEC5

Tints of Downy #70CEC5

Color information

#70CEC5 (or 0x70CEC5) is unknown color: approx Downy. HEX triplet: 70, CE and C5. RGB value is (112,206,197). Sum of RGB (Red+Green+Blue) = 112+206+197=515 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.75% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 197 (77.34% from 255 or 38.25% from 515); Max value from RGB is 206 - color contains mainly: green. Hex color #70CEC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CEC5 is #8F313A. Grayscale: #B0B0B0. Windows color (decimal): -9384251 or 12963440. OLE color: 12963440.

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

Color convert

RGB112206197-
CMYK0.4600.040.19
HSL174.26º48.96%62.35%-
HSV(B)174.26º45.63%80.78%-
XYZ38.8351.6260.74-
YUV176.87139.3681.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.75%
GREEN value IS 206 (80.86% from 255) = 40%
BLUE value IS 197 (77.34% from 255) = 38.25%
R=21.75%
G=40%
B=38.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1122061970.4600.040.19174.2648.9662.35
Hex70CEC52E0413ae313e
Octal1603163055604232566176
Binary1110000110011101100010110111001001001110101110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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