Html Css Color HEX #70AEAD Tradewind

📋 copy color: '#70AEAD'

red 112 ◦ green 174 ◦ blue 173

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

Shades of Tradewind #70AEAD

Tints of Tradewind #70AEAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.69%

R = 24.4%
G = 37.91%
B = 37.69%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#70AEAD (or 0x70AEAD) is known color: Tradewind. HEX triplet: 70, AE and AD. RGB value is (112,174,173). Sum of RGB (Red+Green+Blue) = 112+174+173=459 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.40% from 459); Green value is 174 (68.36% from 255 or 37.91% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 174 - color contains mainly: green. Hex color #70AEAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AEAD is #8F5152. Grayscale: #9B9B9B. Windows color (decimal): -9392467 or 11382384. OLE color: 11382384.

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

Color convert

RGB 112 174 173 -
CMYK 0.36 0 0.01 0.32
HSL 179.03º 0.28% 0.56% -
HSV(B) 179.03º 0.36% 0.68% -
XYZ 29.36 36.73 45.08 -
YUV 155.35 137.96 97.08 -
System Red Green Blue C M Y K H S L
Decimal 112 174 173 0.36 0 0.01 0.32 179.03 0.28 0.56
Hex 70 AE AD 24 0 1 20 B3 1C 38
Octal 160 256 255 44 0 1 40 263 34 70
Binary 1110000 10101110 10101101 100100 0 1 100000 10110011 11100 111000

Color Harmonies of #70AEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AEAD

Black with #70AEAD

Text Example


Text Example

White with #70AEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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