Html Css Color HEX #70CEC5 Downy

📋 copy color: '#70CEC5'

red 112 ◦ green 206 ◦ blue 197

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

Shades of Downy #70CEC5

Tints of Downy #70CEC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.25%

R = 21.75%
G = 40%
B = 38.25%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#70CEC5 (or 0x70CEC5) is known color: Downy. HEX triplet: 70, CE and C5. RGB value is (112,206,197). Sum of RGB (Red+Green+Blue) = 112+206+197=515 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.75% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 197 (77.34% from 255 or 38.25% from 515); Max value from RGB is 206 - color contains mainly: green. Hex color #70CEC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CEC5 is #8F313A. Grayscale: #B0B0B0. Windows color (decimal): -9384251 or 12963440. OLE color: 12963440.

HSL color Cylindrical-coordinate representation of color #70CEC5: hue angle of 174.26º 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 #70CEC5 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 206 197 -
CMYK 0.46 0 0.04 0.19
HSL 174.26º 0.49% 0.62% -
HSV(B) 174.26º 0.46% 0.81% -
XYZ 38.83 51.62 60.74 -
YUV 176.87 139.36 81.73 -
System Red Green Blue C M Y K H S L
Decimal 112 206 197 0.46 0 0.04 0.19 174.26 0.49 0.62
Hex 70 CE C5 2E 0 4 13 AE 31 3E
Octal 160 316 305 56 0 4 23 256 61 76
Binary 1110000 11001110 11000101 101110 0 100 10011 10101110 110001 111110

Color Harmonies of #70CEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CEC5

Black with #70CEC5

Text Example


Text Example

White with #70CEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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