Html Css Color HEX #70E6B9 Downy

📋 copy color: '#70E6B9'

red 112 ◦ green 230 ◦ blue 185

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

Shades of Downy #70E6B9

Tints of Downy #70E6B9

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.64%

 BLUE value IS 185 (72.66% from 255) = 35.1%

R = 21.25%
G = 43.64%
B = 35.1%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.20

 K value IS 0.10

RGB Variations

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

Color information

#70E6B9 (or 0x70E6B9) is known color: Downy. HEX triplet: 70, E6 and B9. RGB value is (112,230,185). Sum of RGB (Red+Green+Blue) = 112+230+185=527 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.25% from 527); Green value is 230 (90.23% from 255 or 43.64% from 527); Blue value is 185 (72.66% from 255 or 35.10% from 527); Max value from RGB is 230 - color contains mainly: green. Hex color #70E6B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70E6B9 is #8F1946. Grayscale: #BDBDBD. Windows color (decimal): -9378119 or 12183152. OLE color: 12183152.

HSL color Cylindrical-coordinate representation of color #70E6B9: hue angle of 157.12º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E6B9 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB 112 230 185 -
CMYK 0.51 0 0.20 0.10
HSL 157.12º 0.7% 0.67% -
HSV(B) 157.12º 0.51% 0.9% -
XYZ 43.74 63.54 55.86 -
YUV 189.59 125.41 72.66 -
System Red Green Blue C M Y K H S L
Decimal 112 230 185 0.51 0 0.20 0.10 157.12 0.7 0.67
Hex 70 E6 B9 33 0 14 A 9D 46 43
Octal 160 346 271 63 0 24 12 235 106 103
Binary 1110000 11100110 10111001 110011 0 10100 1010 10011101 1000110 1000011

Color Harmonies of #70E6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E6B9

Black with #70E6B9

Text Example


Text Example

White with #70E6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,230,185); }

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

background-color css

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

 a { background-color: rgb(112,230,185); }

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

border-color css

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

 span { border-color: rgb(112,230,185); }

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