Html Css Color HEX #70AEAA Tradewind

📋 copy color: '#70AEAA'

red 112 ◦ green 174 ◦ blue 170

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

Shades of Tradewind #70AEAA

Tints of Tradewind #70AEAA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.16%

 BLUE value IS 170 (66.8% from 255) = 37.28%

R = 24.56%
G = 38.16%
B = 37.28%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#70AEAA (or 0x70AEAA) is known color: Tradewind. HEX triplet: 70, AE and AA. RGB value is (112,174,170). Sum of RGB (Red+Green+Blue) = 112+174+170=456 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.56% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 174 - color contains mainly: green. Hex color #70AEAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AEAA is #8F5155. Grayscale: #9A9A9A. Windows color (decimal): -9392470 or 11185776. OLE color: 11185776.

HSL color Cylindrical-coordinate representation of color #70AEAA: hue angle of 176.13º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #70AEAA is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 174 170 -
CMYK 0.36 0 0.02 0.32
HSL 176.13º 0.28% 0.56% -
HSV(B) 176.13º 0.36% 0.68% -
XYZ 29.07 36.62 43.57 -
YUV 155.01 136.46 97.33 -
System Red Green Blue C M Y K H S L
Decimal 112 174 170 0.36 0 0.02 0.32 176.13 0.28 0.56
Hex 70 AE AA 24 0 2 20 B0 1C 38
Octal 160 256 252 44 0 2 40 260 34 70
Binary 1110000 10101110 10101010 100100 0 10 100000 10110000 11100 111000

Color Harmonies of #70AEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AEAA

Black with #70AEAA

Text Example


Text Example

White with #70AEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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