#70CBBB

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

Shades of Downy #70CBBB

Tints of Downy #70CBBB

Color information

#70CBBB (or 0x70CBBB) is unknown color: approx Downy. HEX triplet: 70, CB and BB. RGB value is (112,203,187). Sum of RGB (Red+Green+Blue) = 112+203+187=502 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.31% from 502); Green value is 203 (79.69% from 255 or 40.44% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 203 - color contains mainly: green. Hex color #70CBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CBBB is #8F3444. Grayscale: #ADADAD. Windows color (decimal): -9385029 or 12307312. OLE color: 12307312.

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

Color convert

RGB112203187-
CMYK0.4500.080.20
HSL169.45º46.67%61.76%-
HSV(B)169.45º44.83%79.61%-
XYZ37.0149.7454.66-
YUV173.97135.3583.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.31%
GREEN value IS 203 (79.69% from 255) = 40.44%
BLUE value IS 187 (73.44% from 255) = 37.25%
R=22.31%
G=40.44%
B=37.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1122031870.4500.080.20169.4546.6761.76
Hex70CBBB2D0814a92f3e
Octal16031327355010242515776
Binary11100001100101110111011101101010001010010101001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,203,187); }

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

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

 a { background-color: rgb(112,203,187); }

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

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

 span { border-color: rgb(112,203,187); }

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