Html Css Color HEX #70E6CE Downy

📋 copy color: '#70E6CE'

red 112 ◦ green 230 ◦ blue 206

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

Shades of Downy #70E6CE

Tints of Downy #70E6CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.59%

R = 20.44%
G = 41.97%
B = 37.59%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#70E6CE (or 0x70E6CE) is known color: Downy. HEX triplet: 70, E6 and CE. RGB value is (112,230,206). Sum of RGB (Red+Green+Blue) = 112+230+206=548 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.44% from 548); Green value is 230 (90.23% from 255 or 41.97% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 230 - color contains mainly: green. Hex color #70E6CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70E6CE is #8F1931. Grayscale: #BFBFBF. Windows color (decimal): -9378098 or 13559408. OLE color: 13559408.

HSL color Cylindrical-coordinate representation of color #70E6CE: hue angle of 167.8º 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 #70E6CE is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 112 230 206 -
CMYK 0.51 0 0.10 0.10
HSL 167.8º 0.7% 0.67% -
HSV(B) 167.8º 0.51% 0.9% -
XYZ 46.12 64.49 68.41 -
YUV 191.98 135.91 70.95 -
System Red Green Blue C M Y K H S L
Decimal 112 230 206 0.51 0 0.10 0.10 167.8 0.7 0.67
Hex 70 E6 CE 33 0 A A A8 46 43
Octal 160 346 316 63 0 12 12 250 106 103
Binary 1110000 11100110 11001110 110011 0 1010 1010 10101000 1000110 1000011

Color Harmonies of #70E6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E6CE

Black with #70E6CE

Text Example


Text Example

White with #70E6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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