Html Css Color HEX #70CACA Downy

📋 copy color: '#70CACA'

red 112 ◦ green 202 ◦ blue 202

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

Shades of Downy #70CACA

Tints of Downy #70CACA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.15%

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

R = 21.71%
G = 39.15%
B = 39.15%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#70CACA (or 0x70CACA) is known color: Downy. HEX triplet: 70, CA and CA. RGB value is (112,202,202). Sum of RGB (Red+Green+Blue) = 112+202+202=516 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.71% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #70CACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CACA is #8F3535. Grayscale: #AFAFAF. Windows color (decimal): -9385270 or 13290096. OLE color: 13290096.

HSL color Cylindrical-coordinate representation of color #70CACA: hue angle of 180º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CACA is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 202 202 -
CMYK 0.45 0 0 0.21
HSL 180º 0.46% 0.62% -
HSV(B) 180º 0.45% 0.79% -
XYZ 38.46 49.95 63.49 -
YUV 175.09 143.18 83 -
System Red Green Blue C M Y K H S L
Decimal 112 202 202 0.45 0 0 0.21 180 0.46 0.62
Hex 70 CA CA 2D 0 0 15 B4 2E 3E
Octal 160 312 312 55 0 0 25 264 56 76
Binary 1110000 11001010 11001010 101101 0 0 10101 10110100 101110 111110

Color Harmonies of #70CACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CACA

Black with #70CACA

Text Example


Text Example

White with #70CACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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