Html Css Color HEX #70CEB3 Downy

📋 copy color: '#70CEB3'

red 112 ◦ green 206 ◦ blue 179

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

Shades of Downy #70CEB3

Tints of Downy #70CEB3

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.45%

 BLUE value IS 179 (70.31% from 255) = 36.02%

R = 22.54%
G = 41.45%
B = 36.02%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#70CEB3 (or 0x70CEB3) is known color: Downy. HEX triplet: 70, CE and B3. RGB value is (112,206,179). Sum of RGB (Red+Green+Blue) = 112+206+179=497 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.54% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 179 (70.31% from 255 or 36.02% from 497); Max value from RGB is 206 - color contains mainly: green. Hex color #70CEB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CEB3 is #8F314C. Grayscale: #AEAEAE. Windows color (decimal): -9384269 or 11783792. OLE color: 11783792.

HSL color Cylindrical-coordinate representation of color #70CEB3: hue angle of 162.77º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CEB3 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 206 179 -
CMYK 0.46 0 0.13 0.19
HSL 162.77º 0.49% 0.62% -
HSV(B) 162.77º 0.46% 0.81% -
XYZ 36.89 50.84 50.52 -
YUV 174.82 130.36 83.2 -
System Red Green Blue C M Y K H S L
Decimal 112 206 179 0.46 0 0.13 0.19 162.77 0.49 0.62
Hex 70 CE B3 2E 0 D 13 A3 31 3E
Octal 160 316 263 56 0 15 23 243 61 76
Binary 1110000 11001110 10110011 101110 0 1101 10011 10100011 110001 111110

Color Harmonies of #70CEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CEB3

Black with #70CEB3

Text Example


Text Example

White with #70CEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,206,179); }

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

background-color css

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

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

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

border-color css

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

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

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