Html Css Color HEX #70E2BC Downy

📋 copy color: '#70E2BC'

red 112 ◦ green 226 ◦ blue 188

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

Shades of Downy #70E2BC

Tints of Downy #70E2BC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.97%

 BLUE value IS 188 (73.83% from 255) = 35.74%

R = 21.29%
G = 42.97%
B = 35.74%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#70E2BC (or 0x70E2BC) is known color: Downy. HEX triplet: 70, E2 and BC. RGB value is (112,226,188). Sum of RGB (Red+Green+Blue) = 112+226+188=526 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.29% from 526); Green value is 226 (88.67% from 255 or 42.97% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 226 - color contains mainly: green. Hex color #70E2BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70E2BC is #8F1D43. Grayscale: #BBBBBB. Windows color (decimal): -9379140 or 12378736. OLE color: 12378736.

HSL color Cylindrical-coordinate representation of color #70E2BC: hue angle of 160º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70E2BC is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 112 226 188 -
CMYK 0.50 0 0.17 0.11
HSL 160º 0.66% 0.66% -
HSV(B) 160º 0.5% 0.89% -
XYZ 42.96 61.47 57.18 -
YUV 187.58 128.23 74.09 -
System Red Green Blue C M Y K H S L
Decimal 112 226 188 0.50 0 0.17 0.11 160 0.66 0.66
Hex 70 E2 BC 32 0 11 B A0 42 42
Octal 160 342 274 62 0 21 13 240 102 102
Binary 1110000 11100010 10111100 110010 0 10001 1011 10100000 1000010 1000010

Color Harmonies of #70E2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E2BC

Black with #70E2BC

Text Example


Text Example

White with #70E2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,226,188); }

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

background-color css

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

 a { background-color: rgb(112,226,188); }

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

border-color css

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

 span { border-color: rgb(112,226,188); }

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