Html Css Color HEX #70EBBE Downy

📋 copy color: '#70EBBE'

red 112 ◦ green 235 ◦ blue 190

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

Shades of Downy #70EBBE

Tints of Downy #70EBBE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.76%

 BLUE value IS 190 (74.61% from 255) = 35.38%

R = 20.86%
G = 43.76%
B = 35.38%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#70EBBE (or 0x70EBBE) is known color: Downy. HEX triplet: 70, EB and BE. RGB value is (112,235,190). Sum of RGB (Red+Green+Blue) = 112+235+190=537 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.86% from 537); Green value is 235 (92.19% from 255 or 43.76% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 235 - color contains mainly: green. Hex color #70EBBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EBBE is #8F1441. Grayscale: #C1C1C1. Windows color (decimal): -9376834 or 12512112. OLE color: 12512112.

HSL color Cylindrical-coordinate representation of color #70EBBE: hue angle of 158.05º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70EBBE is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 235 190 -
CMYK 0.52 0 0.19 0.08
HSL 158.05º 0.75% 0.68% -
HSV(B) 158.05º 0.52% 0.92% -
XYZ 45.68 66.58 59.16 -
YUV 193.09 126.25 70.16 -
System Red Green Blue C M Y K H S L
Decimal 112 235 190 0.52 0 0.19 0.08 158.05 0.75 0.68
Hex 70 EB BE 34 0 13 8 9E 4B 44
Octal 160 353 276 64 0 23 10 236 113 104
Binary 1110000 11101011 10111110 110100 0 10011 1000 10011110 1001011 1000100

Color Harmonies of #70EBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EBBE

Black with #70EBBE

Text Example


Text Example

White with #70EBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,235,190); }

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

background-color css

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

 a { background-color: rgb(112,235,190); }

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

border-color css

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

 span { border-color: rgb(112,235,190); }

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