Html Css Color HEX #70E6B7 Downy

📋 copy color: '#70E6B7'

red 112 ◦ green 230 ◦ blue 183

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

Shades of Downy #70E6B7

Tints of Downy #70E6B7

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.81%

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

R = 21.33%
G = 43.81%
B = 34.86%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.20

 K value IS 0.10

RGB Variations

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

Color information

#70E6B7 (or 0x70E6B7) is known color: Downy. HEX triplet: 70, E6 and B7. RGB value is (112,230,183). Sum of RGB (Red+Green+Blue) = 112+230+183=525 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.33% from 525); Green value is 230 (90.23% from 255 or 43.81% from 525); Blue value is 183 (71.88% from 255 or 34.86% from 525); Max value from RGB is 230 - color contains mainly: green. Hex color #70E6B7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70E6B7 is #8F1948. Grayscale: #BDBDBD. Windows color (decimal): -9378121 or 12052080. OLE color: 12052080.

HSL color Cylindrical-coordinate representation of color #70E6B7: hue angle of 156.1º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E6B7 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB 112 230 183 -
CMYK 0.51 0 0.20 0.10
HSL 156.1º 0.7% 0.67% -
HSV(B) 156.1º 0.51% 0.9% -
XYZ 43.53 63.46 54.75 -
YUV 189.36 124.41 72.82 -
System Red Green Blue C M Y K H S L
Decimal 112 230 183 0.51 0 0.20 0.10 156.1 0.7 0.67
Hex 70 E6 B7 33 0 14 A 9C 46 43
Octal 160 346 267 63 0 24 12 234 106 103
Binary 1110000 11100110 10110111 110011 0 10100 1010 10011100 1000110 1000011

Color Harmonies of #70E6B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E6B7

Black with #70E6B7

Text Example


Text Example

White with #70E6B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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