Html Css Color HEX #70DEBB Downy

📋 copy color: '#70DEBB'

red 112 ◦ green 222 ◦ blue 187

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

Shades of Downy #70DEBB

Tints of Downy #70DEBB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.61%

 BLUE value IS 187 (73.44% from 255) = 35.89%

R = 21.5%
G = 42.61%
B = 35.89%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#70DEBB (or 0x70DEBB) is known color: Downy. HEX triplet: 70, DE and BB. RGB value is (112,222,187). Sum of RGB (Red+Green+Blue) = 112+222+187=521 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.50% from 521); Green value is 222 (87.11% from 255 or 42.61% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 222 - color contains mainly: green. Hex color #70DEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DEBB is #8F2144. Grayscale: #B9B9B9. Windows color (decimal): -9380165 or 12312176. OLE color: 12312176.

HSL color Cylindrical-coordinate representation of color #70DEBB: hue angle of 160.91º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70DEBB is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 222 187 -
CMYK 0.50 0 0.16 0.13
HSL 160.91º 0.63% 0.65% -
HSV(B) 160.91º 0.5% 0.87% -
XYZ 41.77 59.28 56.25 -
YUV 185.12 129.06 75.85 -
System Red Green Blue C M Y K H S L
Decimal 112 222 187 0.50 0 0.16 0.13 160.91 0.63 0.65
Hex 70 DE BB 32 0 10 D A1 3E 41
Octal 160 336 273 62 0 20 15 241 76 101
Binary 1110000 11011110 10111011 110010 0 10000 1101 10100001 111110 1000001

Color Harmonies of #70DEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DEBB

Black with #70DEBB

Text Example


Text Example

White with #70DEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,222,187); }

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

background-color css

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

 a { background-color: rgb(112,222,187); }

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

border-color css

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

 span { border-color: rgb(112,222,187); }

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