Html Css Color HEX #70DEBA Downy

📋 copy color: '#70DEBA'

red 112 ◦ green 222 ◦ blue 186

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

Shades of Downy #70DEBA

Tints of Downy #70DEBA

RGB

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

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

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

R = 21.54%
G = 42.69%
B = 35.77%

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

#70DEBA (or 0x70DEBA) is known color: Downy. HEX triplet: 70, DE and BA. RGB value is (112,222,186). Sum of RGB (Red+Green+Blue) = 112+222+186=520 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.54% from 520); Green value is 222 (87.11% from 255 or 42.69% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 222 - color contains mainly: green. Hex color #70DEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DEBA is #8F2145. Grayscale: #B9B9B9. Windows color (decimal): -9380166 or 12246640. OLE color: 12246640.

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

Color convert

RGB 112 222 186 -
CMYK 0.50 0 0.16 0.13
HSL 160.36º 0.63% 0.65% -
HSV(B) 160.36º 0.5% 0.87% -
XYZ 41.67 59.23 55.69 -
YUV 185.01 128.56 75.93 -
System Red Green Blue C M Y K H S L
Decimal 112 222 186 0.50 0 0.16 0.13 160.36 0.63 0.65
Hex 70 DE BA 32 0 10 D A0 3E 41
Octal 160 336 272 62 0 20 15 240 76 101
Binary 1110000 11011110 10111010 110010 0 10000 1101 10100000 111110 1000001

Color Harmonies of #70DEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DEBA

Black with #70DEBA

Text Example


Text Example

White with #70DEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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