Html Css Color HEX #70CEBF Downy

📋 copy color: '#70CEBF'

red 112 ◦ green 206 ◦ blue 191

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

Shades of Downy #70CEBF

Tints of Downy #70CEBF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.47%

 BLUE value IS 191 (75% from 255) = 37.52%

R = 22%
G = 40.47%
B = 37.52%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#70CEBF (or 0x70CEBF) is known color: Downy. HEX triplet: 70, CE and BF. RGB value is (112,206,191). Sum of RGB (Red+Green+Blue) = 112+206+191=509 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.00% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 206 - color contains mainly: green. Hex color #70CEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CEBF is #8F3140. Grayscale: #B0B0B0. Windows color (decimal): -9384257 or 12570224. OLE color: 12570224.

HSL color Cylindrical-coordinate representation of color #70CEBF: hue angle of 170.43º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CEBF is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 206 191 -
CMYK 0.46 0 0.07 0.19
HSL 170.43º 0.49% 0.62% -
HSV(B) 170.43º 0.46% 0.81% -
XYZ 38.16 51.35 57.19 -
YUV 176.18 136.36 82.22 -
System Red Green Blue C M Y K H S L
Decimal 112 206 191 0.46 0 0.07 0.19 170.43 0.49 0.62
Hex 70 CE BF 2E 0 7 13 AA 31 3E
Octal 160 316 277 56 0 7 23 252 61 76
Binary 1110000 11001110 10111111 101110 0 111 10011 10101010 110001 111110

Color Harmonies of #70CEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CEBF

Black with #70CEBF

Text Example


Text Example

White with #70CEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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