Html Css Color HEX #70DCD2 Downy

📋 copy color: '#70DCD2'

red 112 ◦ green 220 ◦ blue 210

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

Shades of Downy #70DCD2

Tints of Downy #70DCD2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.59%

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

R = 20.66%
G = 40.59%
B = 38.75%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#70DCD2 (or 0x70DCD2) is known color: Downy. HEX triplet: 70, DC and D2. RGB value is (112,220,210). Sum of RGB (Red+Green+Blue) = 112+220+210=542 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.66% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 210 (82.42% from 255 or 38.75% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #70DCD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DCD2 is #8F232D. Grayscale: #BABABA. Windows color (decimal): -9380654 or 13818992. OLE color: 13818992.

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

Color convert

RGB 112 220 210 -
CMYK 0.49 0 0.05 0.14
HSL 174.44º 0.61% 0.65% -
HSV(B) 174.44º 0.49% 0.86% -
XYZ 43.91 59.28 70.1 -
YUV 186.57 141.22 74.81 -
System Red Green Blue C M Y K H S L
Decimal 112 220 210 0.49 0 0.05 0.14 174.44 0.61 0.65
Hex 70 DC D2 31 0 5 E AE 3D 41
Octal 160 334 322 61 0 5 16 256 75 101
Binary 1110000 11011100 11010010 110001 0 101 1110 10101110 111101 1000001

Color Harmonies of #70DCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DCD2

Black with #70DCD2

Text Example


Text Example

White with #70DCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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