#70CBBA

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

Shades of Downy #70CBBA

Tints of Downy #70CBBA

Color information

#70CBBA (or 0x70CBBA) is unknown color: approx Downy. HEX triplet: 70, CB and BA. RGB value is (112,203,186). Sum of RGB (Red+Green+Blue) = 112+203+186=501 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.36% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 203 - color contains mainly: green. Hex color #70CBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CBBA is #8F3445. Grayscale: #ADADAD. Windows color (decimal): -9385030 or 12241776. OLE color: 12241776.

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

Color convert

RGB112203186-
CMYK0.4500.080.20
HSL168.79º46.67%61.76%-
HSV(B)168.79º44.83%79.61%-
XYZ36.949.754.1-
YUV173.85134.8583.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.36%
GREEN value IS 203 (79.69% from 255) = 40.52%
BLUE value IS 186 (73.05% from 255) = 37.13%
R=22.36%
G=40.52%
B=37.13%

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
Decimal1122031860.4500.080.20168.7946.6761.76
Hex70CBBA2D0814a92f3e
Octal16031327255010242515776
Binary11100001100101110111010101101010001010010101001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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