Html Css Color HEX #70AEA8 Tradewind

📋 copy color: '#70AEA8'

red 112 ◦ green 174 ◦ blue 168

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

Shades of Tradewind #70AEA8

Tints of Tradewind #70AEA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 37%

R = 24.67%
G = 38.33%
B = 37%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#70AEA8 (or 0x70AEA8) is known color: Tradewind. HEX triplet: 70, AE and A8. RGB value is (112,174,168). Sum of RGB (Red+Green+Blue) = 112+174+168=454 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.67% from 454); Green value is 174 (68.36% from 255 or 38.33% from 454); Blue value is 168 (66.02% from 255 or 37.00% from 454); Max value from RGB is 174 - color contains mainly: green. Hex color #70AEA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AEA8 is #8F5157. Grayscale: #9A9A9A. Windows color (decimal): -9392472 or 11054704. OLE color: 11054704.

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

Color convert

RGB 112 174 168 -
CMYK 0.36 0 0.03 0.32
HSL 174.19º 0.28% 0.56% -
HSV(B) 174.19º 0.36% 0.68% -
XYZ 28.89 36.54 42.58 -
YUV 154.78 135.46 97.49 -
System Red Green Blue C M Y K H S L
Decimal 112 174 168 0.36 0 0.03 0.32 174.19 0.28 0.56
Hex 70 AE A8 24 0 3 20 AE 1C 38
Octal 160 256 250 44 0 3 40 256 34 70
Binary 1110000 10101110 10101000 100100 0 11 100000 10101110 11100 111000

Color Harmonies of #70AEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AEA8

Black with #70AEA8

Text Example


Text Example

White with #70AEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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