Html Css Color HEX #70DCCA Downy

📋 copy color: '#70DCCA'

red 112 ◦ green 220 ◦ blue 202

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

Shades of Downy #70DCCA

Tints of Downy #70DCCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.83%

R = 20.97%
G = 41.2%
B = 37.83%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#70DCCA (or 0x70DCCA) is known color: Downy. HEX triplet: 70, DC and CA. RGB value is (112,220,202). Sum of RGB (Red+Green+Blue) = 112+220+202=534 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.97% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 220 - color contains mainly: green. Hex color #70DCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DCCA is #8F2335. Grayscale: #B9B9B9. Windows color (decimal): -9380662 or 13294704. OLE color: 13294704.

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

Color convert

RGB 112 220 202 -
CMYK 0.49 0 0.08 0.14
HSL 170º 0.61% 0.65% -
HSV(B) 170º 0.49% 0.86% -
XYZ 42.94 58.9 64.98 -
YUV 185.66 137.22 75.46 -
System Red Green Blue C M Y K H S L
Decimal 112 220 202 0.49 0 0.08 0.14 170 0.61 0.65
Hex 70 DC CA 31 0 8 E AA 3D 41
Octal 160 334 312 61 0 10 16 252 75 101
Binary 1110000 11011100 11001010 110001 0 1000 1110 10101010 111101 1000001

Color Harmonies of #70DCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DCCA

Black with #70DCCA

Text Example


Text Example

White with #70DCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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