Html Css Color HEX #70CAC3 Downy

📋 copy color: '#70CAC3'

red 112 ◦ green 202 ◦ blue 195

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

Shades of Downy #70CAC3

Tints of Downy #70CAC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.31%

R = 22%
G = 39.69%
B = 38.31%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#70CAC3 (or 0x70CAC3) is known color: Downy. HEX triplet: 70, CA and C3. RGB value is (112,202,195). Sum of RGB (Red+Green+Blue) = 112+202+195=509 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.00% from 509); Green value is 202 (79.30% from 255 or 39.69% from 509); Blue value is 195 (76.56% from 255 or 38.31% from 509); Max value from RGB is 202 - color contains mainly: green. Hex color #70CAC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CAC3 is #8F353C. Grayscale: #AEAEAE. Windows color (decimal): -9385277 or 12831344. OLE color: 12831344.

HSL color Cylindrical-coordinate representation of color #70CAC3: hue angle of 175.33º 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 #70CAC3 is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 202 195 -
CMYK 0.45 0 0.03 0.21
HSL 175.33º 0.46% 0.62% -
HSV(B) 175.33º 0.45% 0.79% -
XYZ 37.65 49.63 59.22 -
YUV 174.29 139.68 83.57 -
System Red Green Blue C M Y K H S L
Decimal 112 202 195 0.45 0 0.03 0.21 175.33 0.46 0.62
Hex 70 CA C3 2D 0 3 15 AF 2E 3E
Octal 160 312 303 55 0 3 25 257 56 76
Binary 1110000 11001010 11000011 101101 0 11 10101 10101111 101110 111110

Color Harmonies of #70CAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CAC3

Black with #70CAC3

Text Example


Text Example

White with #70CAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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