Html Css Color HEX #70DDC7 Downy

📋 copy color: '#70DDC7'

red 112 ◦ green 221 ◦ blue 199

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

Shades of Downy #70DDC7

Tints of Downy #70DDC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.41%

R = 21.05%
G = 41.54%
B = 37.41%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#70DDC7 (or 0x70DDC7) is known color: Downy. HEX triplet: 70, DD and C7. RGB value is (112,221,199). Sum of RGB (Red+Green+Blue) = 112+221+199=532 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.05% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 199 (78.12% from 255 or 37.41% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #70DDC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DDC7 is #8F2238. Grayscale: #B9B9B9. Windows color (decimal): -9380409 or 13098352. OLE color: 13098352.

HSL color Cylindrical-coordinate representation of color #70DDC7: hue angle of 167.89º 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 #70DDC7 is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 221 199 -
CMYK 0.49 0 0.10 0.13
HSL 167.89º 0.62% 0.65% -
HSV(B) 167.89º 0.49% 0.87% -
XYZ 42.85 59.28 63.22 -
YUV 185.9 135.39 75.29 -
System Red Green Blue C M Y K H S L
Decimal 112 221 199 0.49 0 0.10 0.13 167.89 0.62 0.65
Hex 70 DD C7 31 0 A D A8 3E 41
Octal 160 335 307 61 0 12 15 250 76 101
Binary 1110000 11011101 11000111 110001 0 1010 1101 10101000 111110 1000001

Color Harmonies of #70DDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DDC7

Black with #70DDC7

Text Example


Text Example

White with #70DDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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