#70CDC3

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

Shades of Downy #70CDC3

Tints of Downy #70CDC3

Color information

#70CDC3 (or 0x70CDC3) is unknown color: approx Downy. HEX triplet: 70, CD and C3. RGB value is (112,205,195). Sum of RGB (Red+Green+Blue) = 112+205+195=512 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.88% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 195 (76.56% from 255 or 38.09% from 512); Max value from RGB is 205 - color contains mainly: green. Hex color #70CDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CDC3 is #8F323C. Grayscale: #AFAFAF. Windows color (decimal): -9384509 or 12832112. OLE color: 12832112.

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

Color convert

RGB112205195-
CMYK0.4500.050.20
HSL173.55º48.19%62.16%-
HSV(B)173.55º45.37%80.39%-
XYZ38.3651.0559.46-
YUV176.05138.6982.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.88%
GREEN value IS 205 (80.47% from 255) = 40.04%
BLUE value IS 195 (76.56% from 255) = 38.09%
R=21.88%
G=40.04%
B=38.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1122051950.4500.050.20173.5548.1962.16
Hex70CDC32D0514ae303e
Octal1603153035505242566076
Binary1110000110011011100001110110101011010010101110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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