Html Css Color HEX #70A89B Tradewind

📋 copy color: '#70A89B'

red 112 ◦ green 168 ◦ blue 155

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

Shades of Tradewind #70A89B

Tints of Tradewind #70A89B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.62%

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

R = 25.75%
G = 38.62%
B = 35.63%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#70A89B (or 0x70A89B) is known color: Tradewind. HEX triplet: 70, A8 and 9B. RGB value is (112,168,155). Sum of RGB (Red+Green+Blue) = 112+168+155=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 168 - color contains mainly: green. Hex color #70A89B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A89B is #8F5764. Grayscale: #959595. Windows color (decimal): -9394021 or 10201200. OLE color: 10201200.

HSL color Cylindrical-coordinate representation of color #70A89B: hue angle of 166.07º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #70A89B is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB 112 168 155 -
CMYK 0.33 0 0.08 0.34
HSL 166.07º 0.24% 0.55% -
HSV(B) 166.07º 0.33% 0.66% -
XYZ 26.6 33.82 36.14 -
YUV 149.77 130.95 101.06 -
System Red Green Blue C M Y K H S L
Decimal 112 168 155 0.33 0 0.08 0.34 166.07 0.24 0.55
Hex 70 A8 9B 21 0 8 22 A6 18 37
Octal 160 250 233 41 0 10 42 246 30 67
Binary 1110000 10101000 10011011 100001 0 1000 100010 10100110 11000 110111

Color Harmonies of #70A89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A89B

Black with #70A89B

Text Example


Text Example

White with #70A89B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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