#70CEC7

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

Shades of Downy #70CEC7

Tints of Downy #70CEC7

Color information

#70CEC7 (or 0x70CEC7) is unknown color: approx Downy. HEX triplet: 70, CE and C7. RGB value is (112,206,199). Sum of RGB (Red+Green+Blue) = 112+206+199=517 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.66% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 199 (78.12% from 255 or 38.49% from 517); Max value from RGB is 206 - color contains mainly: green. Hex color #70CEC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CEC7 is #8F3138. Grayscale: #B1B1B1. Windows color (decimal): -9384249 or 13094512. OLE color: 13094512.

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

Color convert

RGB112206199-
CMYK0.4600.030.19
HSL175.53º48.96%62.35%-
HSV(B)175.53º45.63%80.78%-
XYZ39.0651.7161.96-
YUV177.1140.3681.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.66%
GREEN value IS 206 (80.86% from 255) = 39.85%
BLUE value IS 199 (78.12% from 255) = 38.49%
R=21.66%
G=39.85%
B=38.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1122061990.4600.030.19175.5348.9662.35
Hex70CEC72E0313b0313e
Octal1603163075603232606176
Binary111000011001110110001111011100111001110110000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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