Html Css Color HEX #70D8D2 Downy

📋 copy color: '#70D8D2'

red 112 ◦ green 216 ◦ blue 210

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

Shades of Downy #70D8D2

Tints of Downy #70D8D2

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.15%

 BLUE value IS 210 (82.42% from 255) = 39.03%

R = 20.82%
G = 40.15%
B = 39.03%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#70D8D2 (or 0x70D8D2) is known color: Downy. HEX triplet: 70, D8 and D2. RGB value is (112,216,210). Sum of RGB (Red+Green+Blue) = 112+216+210=538 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.82% from 538); Green value is 216 (84.77% from 255 or 40.15% from 538); Blue value is 210 (82.42% from 255 or 39.03% from 538); Max value from RGB is 216 - color contains mainly: green. Hex color #70D8D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D8D2 is #8F272D. Grayscale: #B8B8B8. Windows color (decimal): -9381678 or 13817968. OLE color: 13817968.

HSL color Cylindrical-coordinate representation of color #70D8D2: hue angle of 176.54º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D8D2 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 216 210 -
CMYK 0.48 0 0.03 0.15
HSL 176.54º 0.57% 0.64% -
HSV(B) 176.54º 0.48% 0.85% -
XYZ 42.87 57.21 69.76 -
YUV 184.22 142.54 76.49 -
System Red Green Blue C M Y K H S L
Decimal 112 216 210 0.48 0 0.03 0.15 176.54 0.57 0.64
Hex 70 D8 D2 30 0 3 F B1 39 40
Octal 160 330 322 60 0 3 17 261 71 100
Binary 1110000 11011000 11010010 110000 0 11 1111 10110001 111001 1000000

Color Harmonies of #70D8D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D8D2

Black with #70D8D2

Text Example


Text Example

White with #70D8D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,216,210); }

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

background-color css

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

 a { background-color: rgb(112,216,210); }

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

border-color css

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

 span { border-color: rgb(112,216,210); }

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