Html Css Color HEX #70AEA7 Tradewind

📋 copy color: '#70AEA7'

red 112 ◦ green 174 ◦ blue 167

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

Shades of Tradewind #70AEA7

Tints of Tradewind #70AEA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 36.87%

R = 24.72%
G = 38.41%
B = 36.87%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.04

 K value IS 0.32

RGB Variations

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

Color information

#70AEA7 (or 0x70AEA7) is known color: Tradewind. HEX triplet: 70, AE and A7. RGB value is (112,174,167). Sum of RGB (Red+Green+Blue) = 112+174+167=453 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.72% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 167 (65.62% from 255 or 36.87% from 453); Max value from RGB is 174 - color contains mainly: green. Hex color #70AEA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AEA7 is #8F5158. Grayscale: #9A9A9A. Windows color (decimal): -9392473 or 10989168. OLE color: 10989168.

HSL color Cylindrical-coordinate representation of color #70AEA7: hue angle of 173.23º 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 #70AEA7 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 174 167 -
CMYK 0.36 0 0.04 0.32
HSL 173.23º 0.28% 0.56% -
HSV(B) 173.23º 0.36% 0.68% -
XYZ 28.79 36.51 42.09 -
YUV 154.66 134.96 97.57 -
System Red Green Blue C M Y K H S L
Decimal 112 174 167 0.36 0 0.04 0.32 173.23 0.28 0.56
Hex 70 AE A7 24 0 4 20 AD 1C 38
Octal 160 256 247 44 0 4 40 255 34 70
Binary 1110000 10101110 10100111 100100 0 100 100000 10101101 11100 111000

Color Harmonies of #70AEA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AEA7

Black with #70AEA7

Text Example


Text Example

White with #70AEA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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