Html Css Color HEX #70EFB8 Downy

📋 copy color: '#70EFB8'

red 112 ◦ green 239 ◦ blue 184

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

Shades of Downy #70EFB8

Tints of Downy #70EFB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.39%

R = 20.93%
G = 44.67%
B = 34.39%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#70EFB8 (or 0x70EFB8) is known color: Downy. HEX triplet: 70, EF and B8. RGB value is (112,239,184). Sum of RGB (Red+Green+Blue) = 112+239+184=535 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.93% from 535); Green value is 239 (93.75% from 255 or 44.67% from 535); Blue value is 184 (72.27% from 255 or 34.39% from 535); Max value from RGB is 239 - color contains mainly: green. Hex color #70EFB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EFB8 is #8F1047. Grayscale: #C2C2C2. Windows color (decimal): -9375816 or 12119920. OLE color: 12119920.

HSL color Cylindrical-coordinate representation of color #70EFB8: hue angle of 154.02º 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 #70EFB8 is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 239 184 -
CMYK 0.53 0 0.23 0.06
HSL 154.02º 0.8% 0.69% -
HSV(B) 154.02º 0.53% 0.94% -
XYZ 46.2 68.64 56.16 -
YUV 194.76 121.92 68.97 -
System Red Green Blue C M Y K H S L
Decimal 112 239 184 0.53 0 0.23 0.06 154.02 0.8 0.69
Hex 70 EF B8 35 0 17 6 9A 50 45
Octal 160 357 270 65 0 27 6 232 120 105
Binary 1110000 11101111 10111000 110101 0 10111 110 10011010 1010000 1000101

Color Harmonies of #70EFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EFB8

Black with #70EFB8

Text Example


Text Example

White with #70EFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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