Html Css Color HEX #70EAC6 Downy

📋 copy color: '#70EAC6'

red 112 ◦ green 234 ◦ blue 198

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

Shades of Downy #70EAC6

Tints of Downy #70EAC6

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.01%

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

R = 20.59%
G = 43.01%
B = 36.4%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#70EAC6 (or 0x70EAC6) is known color: Downy. HEX triplet: 70, EA and C6. RGB value is (112,234,198). Sum of RGB (Red+Green+Blue) = 112+234+198=544 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.59% from 544); Green value is 234 (91.80% from 255 or 43.01% from 544); Blue value is 198 (77.73% from 255 or 36.40% from 544); Max value from RGB is 234 - color contains mainly: green. Hex color #70EAC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EAC6 is #8F1539. Grayscale: #C1C1C1. Windows color (decimal): -9377082 or 13036144. OLE color: 13036144.

HSL color Cylindrical-coordinate representation of color #70EAC6: hue angle of 162.3º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70EAC6 is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 234 198 -
CMYK 0.52 0 0.15 0.08
HSL 162.3º 0.74% 0.68% -
HSV(B) 162.3º 0.52% 0.92% -
XYZ 46.3 66.37 63.8 -
YUV 193.42 130.58 69.93 -
System Red Green Blue C M Y K H S L
Decimal 112 234 198 0.52 0 0.15 0.08 162.3 0.74 0.68
Hex 70 EA C6 34 0 F 8 A2 4A 44
Octal 160 352 306 64 0 17 10 242 112 104
Binary 1110000 11101010 11000110 110100 0 1111 1000 10100010 1001010 1000100

Color Harmonies of #70EAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EAC6

Black with #70EAC6

Text Example


Text Example

White with #70EAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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