Html Css Color HEX #70A9A0 Tradewind

📋 copy color: '#70A9A0'

red 112 ◦ green 169 ◦ blue 160

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

Shades of Tradewind #70A9A0

Tints of Tradewind #70A9A0

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.32%

 BLUE value IS 160 (62.89% from 255) = 36.28%

R = 25.4%
G = 38.32%
B = 36.28%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.05

 K value IS 0.34

RGB Variations

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

Color information

#70A9A0 (or 0x70A9A0) is known color: Tradewind. HEX triplet: 70, A9 and A0. RGB value is (112,169,160). Sum of RGB (Red+Green+Blue) = 112+169+160=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 169 (66.41% from 255 or 38.32% from 441); Blue value is 160 (62.89% from 255 or 36.28% from 441); Max value from RGB is 169 - color contains mainly: green. Hex color #70A9A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A9A0 is #8F565F. Grayscale: #969696. Windows color (decimal): -9393760 or 10529136. OLE color: 10529136.

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

Color convert

RGB 112 169 160 -
CMYK 0.34 0 0.05 0.34
HSL 170.53º 0.25% 0.55% -
HSV(B) 170.53º 0.34% 0.66% -
XYZ 27.22 34.36 38.46 -
YUV 150.93 133.12 100.23 -
System Red Green Blue C M Y K H S L
Decimal 112 169 160 0.34 0 0.05 0.34 170.53 0.25 0.55
Hex 70 A9 A0 22 0 5 22 AB 19 37
Octal 160 251 240 42 0 5 42 253 31 67
Binary 1110000 10101001 10100000 100010 0 101 100010 10101011 11001 110111

Color Harmonies of #70A9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A9A0

Black with #70A9A0

Text Example


Text Example

White with #70A9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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