Html Css Color HEX #70D6BA Downy

📋 copy color: '#70D6BA'

red 112 ◦ green 214 ◦ blue 186

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

Shades of Downy #70D6BA

Tints of Downy #70D6BA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.8%

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

R = 21.88%
G = 41.8%
B = 36.33%

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

#70D6BA (or 0x70D6BA) is known color: Downy. HEX triplet: 70, D6 and BA. RGB value is (112,214,186). Sum of RGB (Red+Green+Blue) = 112+214+186=512 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.88% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 214 - color contains mainly: green. Hex color #70D6BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D6BA is #8F2945. Grayscale: #B4B4B4. Windows color (decimal): -9382214 or 12244592. OLE color: 12244592.

HSL color Cylindrical-coordinate representation of color #70D6BA: hue angle of 163.53º degrees, saturation: 0.55, 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 #70D6BA is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 214 186 -
CMYK 0.48 0 0.13 0.16
HSL 163.53º 0.55% 0.64% -
HSV(B) 163.53º 0.48% 0.84% -
XYZ 39.59 55.08 55 -
YUV 180.31 131.21 79.28 -
System Red Green Blue C M Y K H S L
Decimal 112 214 186 0.48 0 0.13 0.16 163.53 0.55 0.64
Hex 70 D6 BA 30 0 D 10 A4 37 40
Octal 160 326 272 60 0 15 20 244 67 100
Binary 1110000 11010110 10111010 110000 0 1101 10000 10100100 110111 1000000

Color Harmonies of #70D6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D6BA

Black with #70D6BA

Text Example


Text Example

White with #70D6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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