Html Css Color HEX #70EEBA Downy

📋 copy color: '#70EEBA'

red 112 ◦ green 238 ◦ blue 186

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

Shades of Downy #70EEBA

Tints of Downy #70EEBA

RGB

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

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

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

R = 20.9%
G = 44.4%
B = 34.7%

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

#70EEBA (or 0x70EEBA) is known color: Downy. HEX triplet: 70, EE and BA. RGB value is (112,238,186). Sum of RGB (Red+Green+Blue) = 112+238+186=536 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.90% from 536); Green value is 238 (93.36% from 255 or 44.40% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 238 - color contains mainly: green. Hex color #70EEBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EEBA is #8F1145. Grayscale: #C2C2C2. Windows color (decimal): -9376070 or 12250736. OLE color: 12250736.

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

Color convert

RGB 112 238 186 -
CMYK 0.53 0 0.22 0.07
HSL 155.24º 0.79% 0.69% -
HSV(B) 155.24º 0.53% 0.93% -
XYZ 46.12 68.14 57.18 -
YUV 194.4 123.26 69.23 -
System Red Green Blue C M Y K H S L
Decimal 112 238 186 0.53 0 0.22 0.07 155.24 0.79 0.69
Hex 70 EE BA 35 0 16 7 9B 4F 45
Octal 160 356 272 65 0 26 7 233 117 105
Binary 1110000 11101110 10111010 110101 0 10110 111 10011011 1001111 1000101

Color Harmonies of #70EEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EEBA

Black with #70EEBA

Text Example


Text Example

White with #70EEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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