Html Css Color HEX #70DDC9 Downy

📋 copy color: '#70DDC9'

red 112 ◦ green 221 ◦ blue 201

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

Shades of Downy #70DDC9

Tints of Downy #70DDC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.64%

R = 20.97%
G = 41.39%
B = 37.64%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#70DDC9 (or 0x70DDC9) is known color: Downy. HEX triplet: 70, DD and C9. RGB value is (112,221,201). Sum of RGB (Red+Green+Blue) = 112+221+201=534 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.97% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 201 (78.91% from 255 or 37.64% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #70DDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DDC9 is #8F2236. Grayscale: #BABABA. Windows color (decimal): -9380407 or 13229424. OLE color: 13229424.

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

Color convert

RGB 112 221 201 -
CMYK 0.49 0 0.09 0.13
HSL 168.99º 0.62% 0.65% -
HSV(B) 168.99º 0.49% 0.87% -
XYZ 43.08 59.37 64.45 -
YUV 186.13 136.39 75.13 -
System Red Green Blue C M Y K H S L
Decimal 112 221 201 0.49 0 0.09 0.13 168.99 0.62 0.65
Hex 70 DD C9 31 0 9 D A9 3E 41
Octal 160 335 311 61 0 11 15 251 76 101
Binary 1110000 11011101 11001001 110001 0 1001 1101 10101001 111110 1000001

Color Harmonies of #70DDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DDC9

Black with #70DDC9

Text Example


Text Example

White with #70DDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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