Html Css Color HEX #70EEBB Downy

📋 copy color: '#70EEBB'

red 112 ◦ green 238 ◦ blue 187

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

Shades of Downy #70EEBB

Tints of Downy #70EEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.82%

R = 20.86%
G = 44.32%
B = 34.82%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#70EEBB (or 0x70EEBB) is known color: Downy. HEX triplet: 70, EE and BB. RGB value is (112,238,187). Sum of RGB (Red+Green+Blue) = 112+238+187=537 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.86% from 537); Green value is 238 (93.36% from 255 or 44.32% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 238 - color contains mainly: green. Hex color #70EEBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EEBB is #8F1144. Grayscale: #C2C2C2. Windows color (decimal): -9376069 or 12316272. OLE color: 12316272.

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

Color convert

RGB 112 238 187 -
CMYK 0.53 0 0.21 0.07
HSL 155.71º 0.79% 0.69% -
HSV(B) 155.71º 0.53% 0.93% -
XYZ 46.23 68.18 57.74 -
YUV 194.51 123.76 69.15 -
System Red Green Blue C M Y K H S L
Decimal 112 238 187 0.53 0 0.21 0.07 155.71 0.79 0.69
Hex 70 EE BB 35 0 15 7 9C 4F 45
Octal 160 356 273 65 0 25 7 234 117 105
Binary 1110000 11101110 10111011 110101 0 10101 111 10011100 1001111 1000101

Color Harmonies of #70EEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EEBB

Black with #70EEBB

Text Example


Text Example

White with #70EEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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