#70E8BF

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

Shades of Downy #70E8BF

Tints of Downy #70E8BF

Color information

#70E8BF (or 0x70E8BF) is unknown color: approx Downy. HEX triplet: 70, E8 and BF. RGB value is (112,232,191). Sum of RGB (Red+Green+Blue) = 112+232+191=535 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.93% from 535); Green value is 232 (91.02% from 255 or 43.36% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 232 - color contains mainly: green. Hex color #70E8BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70E8BF is #8F1740. Grayscale: #BFBFBF. Windows color (decimal): -9377601 or 12576880. OLE color: 12576880.

HSL color Cylindrical-coordinate representation of color #70E8BF: hue angle of 159.5º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E8BF is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB112232191-
CMYK0.5200.180.09
HSL159.5º72.29%67.45%-
HSV(B)159.5º51.72%90.98%-
XYZ44.9464.9259.45-
YUV191.45127.7471.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.93%
GREEN value IS 232 (91.02% from 255) = 43.36%
BLUE value IS 191 (75% from 255) = 35.70%
R=20.93%
G=43.36%
B=35.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1122321910.5200.180.09159.572.2967.45
Hex70E8BF340129a04843
Octal1603502776402211240110103
Binary1110000111010001011111111010001001010011010000010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,232,191); }

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

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

 a { background-color: rgb(112,232,191); }

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

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

 span { border-color: rgb(112,232,191); }

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