Html Css Color HEX #70AEAB Tradewind

📋 copy color: '#70AEAB'

red 112 ◦ green 174 ◦ blue 171

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

Shades of Tradewind #70AEAB

Tints of Tradewind #70AEAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.42%

R = 24.51%
G = 38.07%
B = 37.42%

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

#70AEAB (or 0x70AEAB) is known color: Tradewind. HEX triplet: 70, AE and AB. RGB value is (112,174,171). Sum of RGB (Red+Green+Blue) = 112+174+171=457 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.51% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 174 - color contains mainly: green. Hex color #70AEAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AEAB is #8F5154. Grayscale: #9B9B9B. Windows color (decimal): -9392469 or 11251312. OLE color: 11251312.

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

Color convert

RGB 112 174 171 -
CMYK 0.36 0 0.02 0.32
HSL 177.1º 0.28% 0.56% -
HSV(B) 177.1º 0.36% 0.68% -
XYZ 29.17 36.66 44.07 -
YUV 155.12 136.96 97.24 -
System Red Green Blue C M Y K H S L
Decimal 112 174 171 0.36 0 0.02 0.32 177.1 0.28 0.56
Hex 70 AE AB 24 0 2 20 B1 1C 38
Octal 160 256 253 44 0 2 40 261 34 70
Binary 1110000 10101110 10101011 100100 0 10 100000 10110001 11100 111000

Color Harmonies of #70AEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AEAB

Black with #70AEAB

Text Example


Text Example

White with #70AEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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