Html Css Color HEX #70EEB7 Downy

📋 copy color: '#70EEB7'

red 112 ◦ green 238 ◦ blue 183

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

Shades of Downy #70EEB7

Tints of Downy #70EEB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.33%

R = 21.01%
G = 44.65%
B = 34.33%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#70EEB7 (or 0x70EEB7) is known color: Downy. HEX triplet: 70, EE and B7. RGB value is (112,238,183). Sum of RGB (Red+Green+Blue) = 112+238+183=533 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.01% from 533); Green value is 238 (93.36% from 255 or 44.65% from 533); Blue value is 183 (71.88% from 255 or 34.33% from 533); Max value from RGB is 238 - color contains mainly: green. Hex color #70EEB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EEB7 is #8F1148. Grayscale: #C2C2C2. Windows color (decimal): -9376073 or 12054128. OLE color: 12054128.

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

Color convert

RGB 112 238 183 -
CMYK 0.53 0 0.23 0.07
HSL 153.81º 0.79% 0.69% -
HSV(B) 153.81º 0.53% 0.93% -
XYZ 45.8 68.01 55.51 -
YUV 194.06 121.76 69.47 -
System Red Green Blue C M Y K H S L
Decimal 112 238 183 0.53 0 0.23 0.07 153.81 0.79 0.69
Hex 70 EE B7 35 0 17 7 9A 4F 45
Octal 160 356 267 65 0 27 7 232 117 105
Binary 1110000 11101110 10110111 110101 0 10111 111 10011010 1001111 1000101

Color Harmonies of #70EEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EEB7

Black with #70EEB7

Text Example


Text Example

White with #70EEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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