#70EBB9

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

Shades of Downy #70EBB9

Tints of Downy #70EBB9

Color information

#70EBB9 (or 0x70EBB9) is unknown color: approx Downy. HEX triplet: 70, EB and B9. RGB value is (112,235,185). Sum of RGB (Red+Green+Blue) = 112+235+185=532 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.05% from 532); Green value is 235 (92.19% from 255 or 44.17% from 532); Blue value is 185 (72.66% from 255 or 34.77% from 532); Max value from RGB is 235 - color contains mainly: green. Hex color #70EBB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EBB9 is #8F1446. Grayscale: #C0C0C0. Windows color (decimal): -9376839 or 12184432. OLE color: 12184432.

HSL color Cylindrical-coordinate representation of color #70EBB9: hue angle of 155.61º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70EBB9 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB112235185-
CMYK0.5200.210.08
HSL155.61º75.46%68.04%-
HSV(B)155.61º52.34%92.16%-
XYZ45.1566.3656.33-
YUV192.52123.7570.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.05%
GREEN value IS 235 (92.19% from 255) = 44.17%
BLUE value IS 185 (72.66% from 255) = 34.77%
R=21.05%
G=44.17%
B=34.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1122351850.5200.210.08155.6175.4668.04
Hex70EBB93401589c4b44
Octal1603532716402510234113104
Binary1110000111010111011100111010001010110001001110010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,235,185); }

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

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

 a { background-color: rgb(112,235,185); }

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

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

 span { border-color: rgb(112,235,185); }

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