Html Css Color HEX #70DEC5 Downy

📋 copy color: '#70DEC5'

red 112 ◦ green 222 ◦ blue 197

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

Shades of Downy #70DEC5

Tints of Downy #70DEC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.1%

R = 21.09%
G = 41.81%
B = 37.1%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#70DEC5 (or 0x70DEC5) is known color: Downy. HEX triplet: 70, DE and C5. RGB value is (112,222,197). Sum of RGB (Red+Green+Blue) = 112+222+197=531 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.09% from 531); Green value is 222 (87.11% from 255 or 41.81% from 531); Blue value is 197 (77.34% from 255 or 37.10% from 531); Max value from RGB is 222 - color contains mainly: green. Hex color #70DEC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DEC5 is #8F213A. Grayscale: #BABABA. Windows color (decimal): -9380155 or 12967536. OLE color: 12967536.

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

Color convert

RGB 112 222 197 -
CMYK 0.50 0 0.11 0.13
HSL 166.36º 0.63% 0.65% -
HSV(B) 166.36º 0.5% 0.87% -
XYZ 42.88 59.72 62.09 -
YUV 186.26 134.06 75.03 -
System Red Green Blue C M Y K H S L
Decimal 112 222 197 0.50 0 0.11 0.13 166.36 0.63 0.65
Hex 70 DE C5 32 0 B D A6 3E 41
Octal 160 336 305 62 0 13 15 246 76 101
Binary 1110000 11011110 11000101 110010 0 1011 1101 10100110 111110 1000001

Color Harmonies of #70DEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DEC5

Black with #70DEC5

Text Example


Text Example

White with #70DEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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