Html Css Color HEX #70C9BD Downy

📋 copy color: '#70C9BD'

red 112 ◦ green 201 ◦ blue 189

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

Shades of Downy #70C9BD

Tints of Downy #70C9BD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.04%

 BLUE value IS 189 (74.22% from 255) = 37.65%

R = 22.31%
G = 40.04%
B = 37.65%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#70C9BD (or 0x70C9BD) is known color: Downy. HEX triplet: 70, C9 and BD. RGB value is (112,201,189). Sum of RGB (Red+Green+Blue) = 112+201+189=502 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.31% from 502); Green value is 201 (78.91% from 255 or 40.04% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 201 - color contains mainly: green. Hex color #70C9BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70C9BD is #8F3642. Grayscale: #ACACAC. Windows color (decimal): -9385539 or 12437872. OLE color: 12437872.

HSL color Cylindrical-coordinate representation of color #70C9BD: hue angle of 171.91º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70C9BD is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 201 189 -
CMYK 0.44 0 0.06 0.21
HSL 171.91º 0.45% 0.61% -
HSV(B) 171.91º 0.44% 0.79% -
XYZ 36.75 48.89 55.64 -
YUV 173.02 137.01 84.48 -
System Red Green Blue C M Y K H S L
Decimal 112 201 189 0.44 0 0.06 0.21 171.91 0.45 0.61
Hex 70 C9 BD 2C 0 6 15 AC 2D 3D
Octal 160 311 275 54 0 6 25 254 55 75
Binary 1110000 11001001 10111101 101100 0 110 10101 10101100 101101 111101

Color Harmonies of #70C9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C9BD

Black with #70C9BD

Text Example


Text Example

White with #70C9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,201,189); }

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

background-color css

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

 a { background-color: rgb(112,201,189); }

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

border-color css

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

 span { border-color: rgb(112,201,189); }

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