Html Css Color HEX #70D7BA Downy

📋 copy color: '#70D7BA'

red 112 ◦ green 215 ◦ blue 186

#70D7BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #70D7BA

Tints of Downy #70D7BA

RGB

 RED value IS 112 (44.14% from 255) = 21.83%

 GREEN value IS 215 (84.38% from 255) = 41.91%

 BLUE value IS 186 (73.05% from 255) = 36.26%

R = 21.83%
G = 41.91%
B = 36.26%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#70D7BA (or 0x70D7BA) is known color: Downy. HEX triplet: 70, D7 and BA. RGB value is (112,215,186). Sum of RGB (Red+Green+Blue) = 112+215+186=513 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.83% from 513); Green value is 215 (84.38% from 255 or 41.91% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 215 - color contains mainly: green. Hex color #70D7BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D7BA is #8F2845. Grayscale: #B4B4B4. Windows color (decimal): -9381958 or 12244848. OLE color: 12244848.

HSL color Cylindrical-coordinate representation of color #70D7BA: hue angle of 163.11º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D7BA is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 215 186 -
CMYK 0.48 0 0.13 0.16
HSL 163.11º 0.56% 0.64% -
HSV(B) 163.11º 0.48% 0.84% -
XYZ 39.85 55.59 55.08 -
YUV 180.9 130.88 78.86 -
System Red Green Blue C M Y K H S L
Decimal 112 215 186 0.48 0 0.13 0.16 163.11 0.56 0.64
Hex 70 D7 BA 30 0 D 10 A3 38 40
Octal 160 327 272 60 0 15 20 243 70 100
Binary 1110000 11010111 10111010 110000 0 1101 10000 10100011 111000 1000000

Color Harmonies of #70D7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D7BA

Black with #70D7BA

Text Example


Text Example

White with #70D7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70D7BA;
 }
 .AnyTagClassName
 {
   color: #70D7BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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