Html Css Color HEX #70AEA4 Tradewind

📋 copy color: '#70AEA4'

red 112 ◦ green 174 ◦ blue 164

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

Shades of Tradewind #70AEA4

Tints of Tradewind #70AEA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 36.44%

R = 24.89%
G = 38.67%
B = 36.44%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#70AEA4 (or 0x70AEA4) is known color: Tradewind. HEX triplet: 70, AE and A4. RGB value is (112,174,164). Sum of RGB (Red+Green+Blue) = 112+174+164=450 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.89% from 450); Green value is 174 (68.36% from 255 or 38.67% from 450); Blue value is 164 (64.45% from 255 or 36.44% from 450); Max value from RGB is 174 - color contains mainly: green. Hex color #70AEA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AEA4 is #8F515B. Grayscale: #9A9A9A. Windows color (decimal): -9392476 or 10792560. OLE color: 10792560.

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

Color convert

RGB 112 174 164 -
CMYK 0.36 0 0.06 0.32
HSL 170.32º 0.28% 0.56% -
HSV(B) 170.32º 0.36% 0.68% -
XYZ 28.52 36.4 40.64 -
YUV 154.32 133.46 97.81 -
System Red Green Blue C M Y K H S L
Decimal 112 174 164 0.36 0 0.06 0.32 170.32 0.28 0.56
Hex 70 AE A4 24 0 6 20 AA 1C 38
Octal 160 256 244 44 0 6 40 252 34 70
Binary 1110000 10101110 10100100 100100 0 110 100000 10101010 11100 111000

Color Harmonies of #70AEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AEA4

Black with #70AEA4

Text Example


Text Example

White with #70AEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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