Html Css Color HEX #70DDB6 Downy

📋 copy color: '#70DDB6'

red 112 ◦ green 221 ◦ blue 182

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

Shades of Downy #70DDB6

Tints of Downy #70DDB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.34%

R = 21.75%
G = 42.91%
B = 35.34%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#70DDB6 (or 0x70DDB6) is known color: Downy. HEX triplet: 70, DD and B6. RGB value is (112,221,182). Sum of RGB (Red+Green+Blue) = 112+221+182=515 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.75% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 182 (71.48% from 255 or 35.34% from 515); Max value from RGB is 221 - color contains mainly: green. Hex color #70DDB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DDB6 is #8F2249. Grayscale: #B8B8B8. Windows color (decimal): -9380426 or 11984240. OLE color: 11984240.

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

Color convert

RGB 112 221 182 -
CMYK 0.49 0 0.18 0.13
HSL 158.53º 0.62% 0.65% -
HSV(B) 158.53º 0.49% 0.87% -
XYZ 40.98 58.54 53.39 -
YUV 183.96 126.89 76.67 -
System Red Green Blue C M Y K H S L
Decimal 112 221 182 0.49 0 0.18 0.13 158.53 0.62 0.65
Hex 70 DD B6 31 0 12 D 9F 3E 41
Octal 160 335 266 61 0 22 15 237 76 101
Binary 1110000 11011101 10110110 110001 0 10010 1101 10011111 111110 1000001

Color Harmonies of #70DDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DDB6

Black with #70DDB6

Text Example


Text Example

White with #70DDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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