Html Css Color HEX #70A49B Tradewind

📋 copy color: '#70A49B'

red 112 ◦ green 164 ◦ blue 155

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

Shades of Tradewind #70A49B

Tints of Tradewind #70A49B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.05%

 BLUE value IS 155 (60.94% from 255) = 35.96%

R = 25.99%
G = 38.05%
B = 35.96%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#70A49B (or 0x70A49B) is known color: Tradewind. HEX triplet: 70, A4 and 9B. RGB value is (112,164,155). Sum of RGB (Red+Green+Blue) = 112+164+155=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 164 - color contains mainly: green. Hex color #70A49B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A49B is #8F5B64. Grayscale: #939393. Windows color (decimal): -9395045 or 10200176. OLE color: 10200176.

HSL color Cylindrical-coordinate representation of color #70A49B: hue angle of 169.62º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #70A49B is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 112 164 155 -
CMYK 0.32 0 0.05 0.36
HSL 169.62º 0.22% 0.54% -
HSV(B) 169.62º 0.32% 0.64% -
XYZ 25.87 32.36 35.89 -
YUV 147.43 132.27 102.73 -
System Red Green Blue C M Y K H S L
Decimal 112 164 155 0.32 0 0.05 0.36 169.62 0.22 0.54
Hex 70 A4 9B 20 0 5 24 AA 16 36
Octal 160 244 233 40 0 5 44 252 26 66
Binary 1110000 10100100 10011011 100000 0 101 100100 10101010 10110 110110

Color Harmonies of #70A49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A49B

Black with #70A49B

Text Example


Text Example

White with #70A49B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,164,155); }

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

background-color css

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

 a { background-color: rgb(112,164,155); }

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

border-color css

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

 span { border-color: rgb(112,164,155); }

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