Html Css Color HEX #70AA9C Tradewind

📋 copy color: '#70AA9C'

red 112 ◦ green 170 ◦ blue 156

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

Shades of Tradewind #70AA9C

Tints of Tradewind #70AA9C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.81%

 BLUE value IS 156 (61.33% from 255) = 35.62%

R = 25.57%
G = 38.81%
B = 35.62%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#70AA9C (or 0x70AA9C) is known color: Tradewind. HEX triplet: 70, AA and 9C. RGB value is (112,170,156). Sum of RGB (Red+Green+Blue) = 112+170+156=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AA9C is #8F5563. Grayscale: #979797. Windows color (decimal): -9393508 or 10267248. OLE color: 10267248.

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

Color convert

RGB 112 170 156 -
CMYK 0.34 0 0.08 0.33
HSL 165.52º 0.25% 0.55% -
HSV(B) 165.52º 0.34% 0.67% -
XYZ 27.06 34.59 36.7 -
YUV 151.06 130.78 100.14 -
System Red Green Blue C M Y K H S L
Decimal 112 170 156 0.34 0 0.08 0.33 165.52 0.25 0.55
Hex 70 AA 9C 22 0 8 21 A6 19 37
Octal 160 252 234 42 0 10 41 246 31 67
Binary 1110000 10101010 10011100 100010 0 1000 100001 10100110 11001 110111

Color Harmonies of #70AA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AA9C

Black with #70AA9C

Text Example


Text Example

White with #70AA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,170,156); }

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

background-color css

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

 a { background-color: rgb(112,170,156); }

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

border-color css

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

 span { border-color: rgb(112,170,156); }

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