Html Css Color HEX #70A39B Tradewind

📋 copy color: '#70A39B'

red 112 ◦ green 163 ◦ blue 155

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

Shades of Tradewind #70A39B

Tints of Tradewind #70A39B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.91%

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

R = 26.05%
G = 37.91%
B = 36.05%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#70A39B (or 0x70A39B) is known color: Tradewind. HEX triplet: 70, A3 and 9B. RGB value is (112,163,155). Sum of RGB (Red+Green+Blue) = 112+163+155=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 163 - color contains mainly: green. Hex color #70A39B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A39B is #8F5C64. Grayscale: #929292. Windows color (decimal): -9395301 or 10199920. OLE color: 10199920.

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

Color convert

RGB 112 163 155 -
CMYK 0.31 0 0.05 0.36
HSL 170.59º 0.22% 0.54% -
HSV(B) 170.59º 0.31% 0.64% -
XYZ 25.7 32.01 35.83 -
YUV 146.84 132.6 103.15 -
System Red Green Blue C M Y K H S L
Decimal 112 163 155 0.31 0 0.05 0.36 170.59 0.22 0.54
Hex 70 A3 9B 1F 0 5 24 AB 16 36
Octal 160 243 233 37 0 5 44 253 26 66
Binary 1110000 10100011 10011011 11111 0 101 100100 10101011 10110 110110

Color Harmonies of #70A39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A39B

Black with #70A39B

Text Example


Text Example

White with #70A39B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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