Html Css Color HEX #70DDBA Downy

📋 copy color: '#70DDBA'

red 112 ◦ green 221 ◦ blue 186

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

Shades of Downy #70DDBA

Tints of Downy #70DDBA

RGB

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

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

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

R = 21.58%
G = 42.58%
B = 35.84%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#70DDBA (or 0x70DDBA) is known color: Downy. HEX triplet: 70, DD and BA. RGB value is (112,221,186). Sum of RGB (Red+Green+Blue) = 112+221+186=519 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.58% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #70DDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DDBA is #8F2245. Grayscale: #B8B8B8. Windows color (decimal): -9380422 or 12246384. OLE color: 12246384.

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

Color convert

RGB 112 221 186 -
CMYK 0.49 0 0.16 0.13
HSL 160.73º 0.62% 0.65% -
HSV(B) 160.73º 0.49% 0.87% -
XYZ 41.4 58.7 55.6 -
YUV 184.42 128.89 76.35 -
System Red Green Blue C M Y K H S L
Decimal 112 221 186 0.49 0 0.16 0.13 160.73 0.62 0.65
Hex 70 DD BA 31 0 10 D A1 3E 41
Octal 160 335 272 61 0 20 15 241 76 101
Binary 1110000 11011101 10111010 110001 0 10000 1101 10100001 111110 1000001

Color Harmonies of #70DDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DDBA

Black with #70DDBA

Text Example


Text Example

White with #70DDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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