Html Css Color HEX #70EEB9 Downy

📋 copy color: '#70EEB9'

red 112 ◦ green 238 ◦ blue 185

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

Shades of Downy #70EEB9

Tints of Downy #70EEB9

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.49%

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

R = 20.93%
G = 44.49%
B = 34.58%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#70EEB9 (or 0x70EEB9) is known color: Downy. HEX triplet: 70, EE and B9. RGB value is (112,238,185). Sum of RGB (Red+Green+Blue) = 112+238+185=535 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.93% from 535); Green value is 238 (93.36% from 255 or 44.49% from 535); Blue value is 185 (72.66% from 255 or 34.58% from 535); Max value from RGB is 238 - color contains mainly: green. Hex color #70EEB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EEB9 is #8F1146. Grayscale: #C2C2C2. Windows color (decimal): -9376071 or 12185200. OLE color: 12185200.

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

Color convert

RGB 112 238 185 -
CMYK 0.53 0 0.22 0.07
HSL 154.76º 0.79% 0.69% -
HSV(B) 154.76º 0.53% 0.93% -
XYZ 46.01 68.1 56.62 -
YUV 194.28 122.76 69.31 -
System Red Green Blue C M Y K H S L
Decimal 112 238 185 0.53 0 0.22 0.07 154.76 0.79 0.69
Hex 70 EE B9 35 0 16 7 9B 4F 45
Octal 160 356 271 65 0 26 7 233 117 105
Binary 1110000 11101110 10111001 110101 0 10110 111 10011011 1001111 1000101

Color Harmonies of #70EEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EEB9

Black with #70EEB9

Text Example


Text Example

White with #70EEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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