Html Css Color HEX #70D2BA Downy

📋 copy color: '#70D2BA'

red 112 ◦ green 210 ◦ blue 186

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

Shades of Downy #70D2BA

Tints of Downy #70D2BA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.34%

 BLUE value IS 186 (73.05% from 255) = 36.61%

R = 22.05%
G = 41.34%
B = 36.61%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#70D2BA (or 0x70D2BA) is known color: Downy. HEX triplet: 70, D2 and BA. RGB value is (112,210,186). Sum of RGB (Red+Green+Blue) = 112+210+186=508 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.05% from 508); Green value is 210 (82.42% from 255 or 41.34% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 210 - color contains mainly: green. Hex color #70D2BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D2BA is #8F2D45. Grayscale: #B1B1B1. Windows color (decimal): -9383238 or 12243568. OLE color: 12243568.

HSL color Cylindrical-coordinate representation of color #70D2BA: hue angle of 165.31º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70D2BA is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 210 186 -
CMYK 0.47 0 0.11 0.18
HSL 165.31º 0.52% 0.63% -
HSV(B) 165.31º 0.47% 0.82% -
XYZ 38.59 53.08 54.67 -
YUV 177.96 132.53 80.95 -
System Red Green Blue C M Y K H S L
Decimal 112 210 186 0.47 0 0.11 0.18 165.31 0.52 0.63
Hex 70 D2 BA 2F 0 B 12 A5 34 3F
Octal 160 322 272 57 0 13 22 245 64 77
Binary 1110000 11010010 10111010 101111 0 1011 10010 10100101 110100 111111

Color Harmonies of #70D2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D2BA

Black with #70D2BA

Text Example


Text Example

White with #70D2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,210,186); }

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

background-color css

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

 a { background-color: rgb(112,210,186); }

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

border-color css

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

 span { border-color: rgb(112,210,186); }

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