#70C4BE

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

Shades of Downy #70C4BE

Tints of Downy #70C4BE

Color information

#70C4BE (or 0x70C4BE) is unknown color: approx Downy. HEX triplet: 70, C4 and BE. RGB value is (112,196,190). Sum of RGB (Red+Green+Blue) = 112+196+190=498 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.49% from 498); Green value is 196 (76.95% from 255 or 39.36% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 196 - color contains mainly: green. Hex color #70C4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70C4BE is #8F3B41. Grayscale: #AAAAAA. Windows color (decimal): -9386818 or 12502128. OLE color: 12502128.

HSL color Cylindrical-coordinate representation of color #70C4BE: hue angle of 175.71º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70C4BE is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB112196190-
CMYK0.4300.030.23
HSL175.71º41.58%60.39%-
HSV(B)175.71º42.86%76.86%-
XYZ35.7246.6455.84-
YUV170.2139.1786.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.49%
GREEN value IS 196 (76.95% from 255) = 39.36%
BLUE value IS 190 (74.61% from 255) = 38.15%
R=22.49%
G=39.36%
B=38.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1121961900.4300.030.23175.7141.5860.39
Hex70C4BE2B0317b02a3c
Octal1603042765303272605274
Binary111000011000100101111101010110111011110110000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,196,190); }

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

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

 a { background-color: rgb(112,196,190); }

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

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

 span { border-color: rgb(112,196,190); }

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