#70CEC8

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

Shades of Downy #70CEC8

Tints of Downy #70CEC8

Color information

#70CEC8 (or 0x70CEC8) is unknown color: approx Downy. HEX triplet: 70, CE and C8. RGB value is (112,206,200). Sum of RGB (Red+Green+Blue) = 112+206+200=518 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.62% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 200 (78.52% from 255 or 38.61% from 518); Max value from RGB is 206 - color contains mainly: green. Hex color #70CEC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CEC8 is #8F3137. Grayscale: #B1B1B1. Windows color (decimal): -9384248 or 13160048. OLE color: 13160048.

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

Color convert

RGB112206200-
CMYK0.4600.030.19
HSL176.17º48.96%62.35%-
HSV(B)176.17º45.63%80.78%-
XYZ39.1851.7662.57-
YUV177.21140.8681.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.62%
GREEN value IS 206 (80.86% from 255) = 39.77%
BLUE value IS 200 (78.52% from 255) = 38.61%
R=21.62%
G=39.77%
B=38.61%

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
Decimal1122062000.4600.030.19176.1748.9662.35
Hex70CEC82E0313b0313e
Octal1603163105603232606176
Binary111000011001110110010001011100111001110110000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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