Html Css Color HEX #70CEC6 Downy

📋 copy color: '#70CEC6'

red 112 ◦ green 206 ◦ blue 198

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

Shades of Downy #70CEC6

Tints of Downy #70CEC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.37%

R = 21.71%
G = 39.92%
B = 38.37%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#70CEC6 (or 0x70CEC6) is known color: Downy. HEX triplet: 70, CE and C6. RGB value is (112,206,198). Sum of RGB (Red+Green+Blue) = 112+206+198=516 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.71% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 198 (77.73% from 255 or 38.37% from 516); Max value from RGB is 206 - color contains mainly: green. Hex color #70CEC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CEC6 is #8F3139. Grayscale: #B0B0B0. Windows color (decimal): -9384250 or 13028976. OLE color: 13028976.

HSL color Cylindrical-coordinate representation of color #70CEC6: hue angle of 174.89º 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 #70CEC6 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 206 198 -
CMYK 0.46 0 0.04 0.19
HSL 174.89º 0.49% 0.62% -
HSV(B) 174.89º 0.46% 0.81% -
XYZ 38.95 51.66 61.35 -
YUV 176.98 139.86 81.65 -
System Red Green Blue C M Y K H S L
Decimal 112 206 198 0.46 0 0.04 0.19 174.89 0.49 0.62
Hex 70 CE C6 2E 0 4 13 AF 31 3E
Octal 160 316 306 56 0 4 23 257 61 76
Binary 1110000 11001110 11000110 101110 0 100 10011 10101111 110001 111110

Color Harmonies of #70CEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CEC6

Black with #70CEC6

Text Example


Text Example

White with #70CEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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