Html Css Color HEX #70DDC5 Downy

📋 copy color: '#70DDC5'

red 112 ◦ green 221 ◦ blue 197

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

Shades of Downy #70DDC5

Tints of Downy #70DDC5

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.7%

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

R = 21.13%
G = 41.7%
B = 37.17%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#70DDC5 (or 0x70DDC5) is known color: Downy. HEX triplet: 70, DD and C5. RGB value is (112,221,197). Sum of RGB (Red+Green+Blue) = 112+221+197=530 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.13% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 197 (77.34% from 255 or 37.17% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #70DDC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DDC5 is #8F223A. Grayscale: #B9B9B9. Windows color (decimal): -9380411 or 12967280. OLE color: 12967280.

HSL color Cylindrical-coordinate representation of color #70DDC5: hue angle of 166.79º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DDC5 is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 221 197 -
CMYK 0.49 0 0.11 0.13
HSL 166.79º 0.62% 0.65% -
HSV(B) 166.79º 0.49% 0.87% -
XYZ 42.62 59.19 62 -
YUV 185.67 134.39 75.45 -
System Red Green Blue C M Y K H S L
Decimal 112 221 197 0.49 0 0.11 0.13 166.79 0.62 0.65
Hex 70 DD C5 31 0 B D A7 3E 41
Octal 160 335 305 61 0 13 15 247 76 101
Binary 1110000 11011101 11000101 110001 0 1011 1101 10100111 111110 1000001

Color Harmonies of #70DDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DDC5

Black with #70DDC5

Text Example


Text Example

White with #70DDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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