#70ceca

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

Shades of Downy #70CECA

Tints of Downy #70CECA

Color information

#70CECA (or 0x70CECA) is unknown color: approx Downy. HEX triplet: 70, CE and CA. RGB value is (112,206,202). Sum of RGB (Red+Green+Blue) = 112+206+202=520 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.54% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 206 - color contains mainly: green. Hex color #70CECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CECA is #8F3135. Grayscale: #B1B1B1. Windows color (decimal): -9384246 or 13291120. OLE color: 13291120.

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

Color convert

RGB112206202-
CMYK0.4600.020.19
HSL177.45º48.96%62.35%-
HSV(B)177.45º45.63%80.78%-
XYZ39.4151.8563.81-
YUV177.44141.8681.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.54%
GREEN value IS 206 (80.86% from 255) = 39.62%
BLUE value IS 202 (79.30% from 255) = 38.85%
R=21.54%
G=39.62%
B=38.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1122062020.4600.020.19177.4548.9662.35
Hex70CECA2E0213b1313e
Octal1603163125602232616176
Binary111000011001110110010101011100101001110110001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ceca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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