#70E4BA

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

Shades of Downy #70E4BA

Tints of Downy #70E4BA

Color information

#70E4BA (or 0x70E4BA) is unknown color: approx Downy. HEX triplet: 70, E4 and BA. RGB value is (112,228,186). Sum of RGB (Red+Green+Blue) = 112+228+186=526 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.29% from 526); Green value is 228 (89.45% from 255 or 43.35% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 228 - color contains mainly: green. Hex color #70E4BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70E4BA is #8F1B45. Grayscale: #BCBCBC. Windows color (decimal): -9378630 or 12248176. OLE color: 12248176.

HSL color Cylindrical-coordinate representation of color #70E4BA: hue angle of 158.28º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E4BA is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB112228186-
CMYK0.5100.180.11
HSL158.28º68.24%66.67%-
HSV(B)158.28º50.88%89.41%-
XYZ43.2962.4856.23-
YUV188.53126.5773.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.29%
GREEN value IS 228 (89.45% from 255) = 43.35%
BLUE value IS 186 (73.05% from 255) = 35.36%
R=21.29%
G=43.35%
B=35.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1122281860.5100.180.11158.2868.2466.67
Hex70E4BA33012B9e4443
Octal1603442726302213236104103
Binary1110000111001001011101011001101001010111001111010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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