Html Css Color HEX #70E9C7 Downy

📋 copy color: '#70E9C7'

red 112 ◦ green 233 ◦ blue 199

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

Shades of Downy #70E9C7

Tints of Downy #70E9C7

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.83%

 BLUE value IS 199 (78.13% from 255) = 36.58%

R = 20.59%
G = 42.83%
B = 36.58%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#70E9C7 (or 0x70E9C7) is known color: Downy. HEX triplet: 70, E9 and C7. RGB value is (112,233,199). Sum of RGB (Red+Green+Blue) = 112+233+199=544 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.59% from 544); Green value is 233 (91.41% from 255 or 42.83% from 544); Blue value is 199 (78.12% from 255 or 36.58% from 544); Max value from RGB is 233 - color contains mainly: green. Hex color #70E9C7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70E9C7 is #8F1638. Grayscale: #C0C0C0. Windows color (decimal): -9377337 or 13101424. OLE color: 13101424.

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

Color convert

RGB 112 233 199 -
CMYK 0.52 0 0.15 0.09
HSL 163.14º 0.73% 0.68% -
HSV(B) 163.14º 0.52% 0.91% -
XYZ 46.13 65.85 64.31 -
YUV 192.95 131.41 70.26 -
System Red Green Blue C M Y K H S L
Decimal 112 233 199 0.52 0 0.15 0.09 163.14 0.73 0.68
Hex 70 E9 C7 34 0 F 9 A3 49 44
Octal 160 351 307 64 0 17 11 243 111 104
Binary 1110000 11101001 11000111 110100 0 1111 1001 10100011 1001001 1000100

Color Harmonies of #70E9C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E9C7

Black with #70E9C7

Text Example


Text Example

White with #70E9C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,233,199); }

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

background-color css

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

 a { background-color: rgb(112,233,199); }

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

border-color css

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

 span { border-color: rgb(112,233,199); }

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