Html Css Color HEX #70C3C1 Downy

📋 copy color: '#70C3C1'

red 112 ◦ green 195 ◦ blue 193

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

Shades of Downy #70C3C1

Tints of Downy #70C3C1

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39%

 BLUE value IS 193 (75.78% from 255) = 38.6%

R = 22.4%
G = 39%
B = 38.6%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#70C3C1 (or 0x70C3C1) is known color: Downy. HEX triplet: 70, C3 and C1. RGB value is (112,195,193). Sum of RGB (Red+Green+Blue) = 112+195+193=500 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.4% from 500); Green value is 195 (76.56% from 255 or 39% from 500); Blue value is 193 (75.78% from 255 or 38.6% from 500); Max value from RGB is 195 - color contains mainly: green. Hex color #70C3C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70C3C1 is #8F3C3E. Grayscale: #A9A9A9. Windows color (decimal): -9387071 or 12698480. OLE color: 12698480.

HSL color Cylindrical-coordinate representation of color #70C3C1: hue angle of 178.55º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70C3C1 is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 112 195 193 -
CMYK 0.43 0 0.01 0.24
HSL 178.55º 0.41% 0.6% -
HSV(B) 178.55º 0.43% 0.76% -
XYZ 35.82 46.33 57.51 -
YUV 169.96 141 86.66 -
System Red Green Blue C M Y K H S L
Decimal 112 195 193 0.43 0 0.01 0.24 178.55 0.41 0.6
Hex 70 C3 C1 2B 0 1 18 B3 29 3C
Octal 160 303 301 53 0 1 30 263 51 74
Binary 1110000 11000011 11000001 101011 0 1 11000 10110011 101001 111100

Color Harmonies of #70C3C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C3C1

Black with #70C3C1

Text Example


Text Example

White with #70C3C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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