Html Css Color HEX #70A09B Tradewind

📋 copy color: '#70A09B'

red 112 ◦ green 160 ◦ blue 155

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

Shades of Tradewind #70A09B

Tints of Tradewind #70A09B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.47%

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

R = 26.23%
G = 37.47%
B = 36.3%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#70A09B (or 0x70A09B) is known color: Tradewind. HEX triplet: 70, A0 and 9B. RGB value is (112,160,155). Sum of RGB (Red+Green+Blue) = 112+160+155=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 160 - color contains mainly: green. Hex color #70A09B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A09B is #8F5F64. Grayscale: #919191. Windows color (decimal): -9396069 or 10199152. OLE color: 10199152.

HSL color Cylindrical-coordinate representation of color #70A09B: hue angle of 173.75º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70A09B is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB 112 160 155 -
CMYK 0.30 0 0.03 0.37
HSL 173.75º 0.2% 0.53% -
HSV(B) 173.75º 0.3% 0.63% -
XYZ 25.17 30.95 35.66 -
YUV 145.08 133.6 104.41 -
System Red Green Blue C M Y K H S L
Decimal 112 160 155 0.30 0 0.03 0.37 173.75 0.2 0.53
Hex 70 A0 9B 1E 0 3 25 AE 14 35
Octal 160 240 233 36 0 3 45 256 24 65
Binary 1110000 10100000 10011011 11110 0 11 100101 10101110 10100 110101

Color Harmonies of #70A09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A09B

Black with #70A09B

Text Example


Text Example

White with #70A09B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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