Html Css Color HEX #70D7C5 Downy

📋 copy color: '#70D7C5'

red 112 ◦ green 215 ◦ blue 197

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

Shades of Downy #70D7C5

Tints of Downy #70D7C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.6%

R = 21.37%
G = 41.03%
B = 37.6%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#70D7C5 (or 0x70D7C5) is known color: Downy. HEX triplet: 70, D7 and C5. RGB value is (112,215,197). Sum of RGB (Red+Green+Blue) = 112+215+197=524 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.37% from 524); Green value is 215 (84.38% from 255 or 41.03% from 524); Blue value is 197 (77.34% from 255 or 37.60% from 524); Max value from RGB is 215 - color contains mainly: green. Hex color #70D7C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D7C5 is #8F283A. Grayscale: #B6B6B6. Windows color (decimal): -9381947 or 12965744. OLE color: 12965744.

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

Color convert

RGB 112 215 197 -
CMYK 0.48 0 0.08 0.16
HSL 169.51º 0.56% 0.64% -
HSV(B) 169.51º 0.48% 0.84% -
XYZ 41.06 56.08 61.48 -
YUV 182.15 136.38 77.96 -
System Red Green Blue C M Y K H S L
Decimal 112 215 197 0.48 0 0.08 0.16 169.51 0.56 0.64
Hex 70 D7 C5 30 0 8 10 AA 38 40
Octal 160 327 305 60 0 10 20 252 70 100
Binary 1110000 11010111 11000101 110000 0 1000 10000 10101010 111000 1000000

Color Harmonies of #70D7C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D7C5

Black with #70D7C5

Text Example


Text Example

White with #70D7C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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