#70EBB8

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

Shades of Downy #70EBB8

Tints of Downy #70EBB8

Color information

#70EBB8 (or 0x70EBB8) is unknown color: approx Downy. HEX triplet: 70, EB and B8. RGB value is (112,235,184). Sum of RGB (Red+Green+Blue) = 112+235+184=531 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.09% from 531); Green value is 235 (92.19% from 255 or 44.26% from 531); Blue value is 184 (72.27% from 255 or 34.65% from 531); Max value from RGB is 235 - color contains mainly: green. Hex color #70EBB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EBB8 is #8F1447. Grayscale: #C0C0C0. Windows color (decimal): -9376840 or 12118896. OLE color: 12118896.

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

Color convert

RGB112235184-
CMYK0.5200.220.08
HSL155.12º75.46%68.04%-
HSV(B)155.12º52.34%92.16%-
XYZ45.0466.3255.77-
YUV192.41123.2570.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.09%
GREEN value IS 235 (92.19% from 255) = 44.26%
BLUE value IS 184 (72.27% from 255) = 34.65%
R=21.09%
G=44.26%
B=34.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1122351840.5200.220.08155.1275.4668.04
Hex70EBB83401689b4b44
Octal1603532706402610233113104
Binary1110000111010111011100011010001011010001001101110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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