Html Css Color HEX #70DBBA Downy

📋 copy color: '#70DBBA'

red 112 ◦ green 219 ◦ blue 186

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

Shades of Downy #70DBBA

Tints of Downy #70DBBA

RGB

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

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

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

R = 21.66%
G = 42.36%
B = 35.98%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#70DBBA (or 0x70DBBA) is known color: Downy. HEX triplet: 70, DB and BA. RGB value is (112,219,186). Sum of RGB (Red+Green+Blue) = 112+219+186=517 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.66% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 219 - color contains mainly: green. Hex color #70DBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DBBA is #8F2445. Grayscale: #B7B7B7. Windows color (decimal): -9380934 or 12245872. OLE color: 12245872.

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

Color convert

RGB 112 219 186 -
CMYK 0.49 0 0.15 0.14
HSL 161.5º 0.6% 0.65% -
HSV(B) 161.5º 0.49% 0.86% -
XYZ 40.88 57.65 55.43 -
YUV 183.25 129.55 77.18 -
System Red Green Blue C M Y K H S L
Decimal 112 219 186 0.49 0 0.15 0.14 161.5 0.6 0.65
Hex 70 DB BA 31 0 F E A1 3C 41
Octal 160 333 272 61 0 17 16 241 74 101
Binary 1110000 11011011 10111010 110001 0 1111 1110 10100001 111100 1000001

Color Harmonies of #70DBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DBBA

Black with #70DBBA

Text Example


Text Example

White with #70DBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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