Html Css Color HEX #70EFBA Downy

📋 copy color: '#70EFBA'

red 112 ◦ green 239 ◦ blue 186

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

Shades of Downy #70EFBA

Tints of Downy #70EFBA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.51%

 BLUE value IS 186 (73.05% from 255) = 34.64%

R = 20.86%
G = 44.51%
B = 34.64%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#70EFBA (or 0x70EFBA) is known color: Downy. HEX triplet: 70, EF and BA. RGB value is (112,239,186). Sum of RGB (Red+Green+Blue) = 112+239+186=537 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.86% from 537); Green value is 239 (93.75% from 255 or 44.51% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 239 - color contains mainly: green. Hex color #70EFBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EFBA is #8F1045. Grayscale: #C3C3C3. Windows color (decimal): -9375814 or 12250992. OLE color: 12250992.

HSL color Cylindrical-coordinate representation of color #70EFBA: hue angle of 154.96º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EFBA is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 239 186 -
CMYK 0.53 0 0.22 0.06
HSL 154.96º 0.8% 0.69% -
HSV(B) 154.96º 0.53% 0.94% -
XYZ 46.41 68.72 57.27 -
YUV 194.99 122.92 68.81 -
System Red Green Blue C M Y K H S L
Decimal 112 239 186 0.53 0 0.22 0.06 154.96 0.8 0.69
Hex 70 EF BA 35 0 16 6 9B 50 45
Octal 160 357 272 65 0 26 6 233 120 105
Binary 1110000 11101111 10111010 110101 0 10110 110 10011011 1010000 1000101

Color Harmonies of #70EFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EFBA

Black with #70EFBA

Text Example


Text Example

White with #70EFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,239,186); }

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

background-color css

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

 a { background-color: rgb(112,239,186); }

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

border-color css

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

 span { border-color: rgb(112,239,186); }

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