Html Css Color HEX #70DACA Downy

📋 copy color: '#70DACA'

red 112 ◦ green 218 ◦ blue 202

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

Shades of Downy #70DACA

Tints of Downy #70DACA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.98%

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

R = 21.05%
G = 40.98%
B = 37.97%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#70DACA (or 0x70DACA) is known color: Downy. HEX triplet: 70, DA and CA. RGB value is (112,218,202). Sum of RGB (Red+Green+Blue) = 112+218+202=532 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.05% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #70DACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DACA is #8F2535. Grayscale: #B8B8B8. Windows color (decimal): -9381174 or 13294192. OLE color: 13294192.

HSL color Cylindrical-coordinate representation of color #70DACA: hue angle of 170.94º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DACA is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 218 202 -
CMYK 0.49 0 0.07 0.15
HSL 170.94º 0.59% 0.65% -
HSV(B) 170.94º 0.49% 0.85% -
XYZ 42.41 57.85 64.81 -
YUV 184.48 137.88 76.3 -
System Red Green Blue C M Y K H S L
Decimal 112 218 202 0.49 0 0.07 0.15 170.94 0.59 0.65
Hex 70 DA CA 31 0 7 F AB 3B 41
Octal 160 332 312 61 0 7 17 253 73 101
Binary 1110000 11011010 11001010 110001 0 111 1111 10101011 111011 1000001

Color Harmonies of #70DACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DACA

Black with #70DACA

Text Example


Text Example

White with #70DACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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