Html Css Color HEX #70DBB5 Downy

📋 copy color: '#70DBB5'

red 112 ◦ green 219 ◦ blue 181

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

Shades of Downy #70DBB5

Tints of Downy #70DBB5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.77%

 BLUE value IS 181 (71.09% from 255) = 35.35%

R = 21.88%
G = 42.77%
B = 35.35%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#70DBB5 (or 0x70DBB5) is known color: Downy. HEX triplet: 70, DB and B5. RGB value is (112,219,181). Sum of RGB (Red+Green+Blue) = 112+219+181=512 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.88% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 181 (71.09% from 255 or 35.35% from 512); Max value from RGB is 219 - color contains mainly: green. Hex color #70DBB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DBB5 is #8F244A. Grayscale: #B6B6B6. Windows color (decimal): -9380939 or 11918192. OLE color: 11918192.

HSL color Cylindrical-coordinate representation of color #70DBB5: hue angle of 158.69º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DBB5 is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 219 181 -
CMYK 0.49 0 0.17 0.14
HSL 158.69º 0.6% 0.65% -
HSV(B) 158.69º 0.49% 0.86% -
XYZ 40.35 57.44 52.68 -
YUV 182.68 127.05 77.59 -
System Red Green Blue C M Y K H S L
Decimal 112 219 181 0.49 0 0.17 0.14 158.69 0.6 0.65
Hex 70 DB B5 31 0 11 E 9F 3C 41
Octal 160 333 265 61 0 21 16 237 74 101
Binary 1110000 11011011 10110101 110001 0 10001 1110 10011111 111100 1000001

Color Harmonies of #70DBB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DBB5

Black with #70DBB5

Text Example


Text Example

White with #70DBB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,219,181); }

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

background-color css

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

 a { background-color: rgb(112,219,181); }

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

border-color css

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

 span { border-color: rgb(112,219,181); }

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