Html Css Color HEX #70DDD3 Downy

📋 copy color: '#70DDD3'

red 112 ◦ green 221 ◦ blue 211

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

Shades of Downy #70DDD3

Tints of Downy #70DDD3

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.63%

 BLUE value IS 211 (82.81% from 255) = 38.79%

R = 20.59%
G = 40.63%
B = 38.79%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#70DDD3 (or 0x70DDD3) is known color: Downy. HEX triplet: 70, DD and D3. RGB value is (112,221,211). Sum of RGB (Red+Green+Blue) = 112+221+211=544 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.59% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 211 (82.81% from 255 or 38.79% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #70DDD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DDD3 is #8F222C. Grayscale: #BBBBBB. Windows color (decimal): -9380397 or 13884784. OLE color: 13884784.

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

Color convert

RGB 112 221 211 -
CMYK 0.49 0 0.05 0.13
HSL 174.5º 0.62% 0.65% -
HSV(B) 174.5º 0.49% 0.87% -
XYZ 44.3 59.86 70.85 -
YUV 187.27 141.39 74.31 -
System Red Green Blue C M Y K H S L
Decimal 112 221 211 0.49 0 0.05 0.13 174.5 0.62 0.65
Hex 70 DD D3 31 0 5 D AE 3E 41
Octal 160 335 323 61 0 5 15 256 76 101
Binary 1110000 11011101 11010011 110001 0 101 1101 10101110 111110 1000001

Color Harmonies of #70DDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DDD3

Black with #70DDD3

Text Example


Text Example

White with #70DDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,221,211); }

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

background-color css

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

 a { background-color: rgb(112,221,211); }

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

border-color css

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

 span { border-color: rgb(112,221,211); }

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