#70CBBE

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

Shades of Downy #70CBBE

Tints of Downy #70CBBE

Color information

#70CBBE (or 0x70CBBE) is unknown color: approx Downy. HEX triplet: 70, CB and BE. RGB value is (112,203,190). Sum of RGB (Red+Green+Blue) = 112+203+190=505 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.18% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 203 - color contains mainly: green. Hex color #70CBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CBBE is #8F3441. Grayscale: #AEAEAE. Windows color (decimal): -9385026 or 12503920. OLE color: 12503920.

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

Color convert

RGB112203190-
CMYK0.4500.060.20
HSL171.43º46.67%61.76%-
HSV(B)171.43º44.83%79.61%-
XYZ37.3349.8756.37-
YUV174.31136.8583.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.18%
GREEN value IS 203 (79.69% from 255) = 40.20%
BLUE value IS 190 (74.61% from 255) = 37.62%
R=22.18%
G=40.20%
B=37.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1122031900.4500.060.20171.4346.6761.76
Hex70CBBE2D0614ab2f3e
Octal1603132765506242535776
Binary1110000110010111011111010110101101010010101011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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