Html Css Color HEX #70ACAA Tradewind

📋 copy color: '#70ACAA'

red 112 ◦ green 172 ◦ blue 170

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

Shades of Tradewind #70ACAA

Tints of Tradewind #70ACAA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.89%

 BLUE value IS 170 (66.8% from 255) = 37.44%

R = 24.67%
G = 37.89%
B = 37.44%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#70ACAA (or 0x70ACAA) is known color: Tradewind. HEX triplet: 70, AC and AA. RGB value is (112,172,170). Sum of RGB (Red+Green+Blue) = 112+172+170=454 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.67% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 172 - color contains mainly: green. Hex color #70ACAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70ACAA is #8F5355. Grayscale: #999999. Windows color (decimal): -9392982 or 11185264. OLE color: 11185264.

HSL color Cylindrical-coordinate representation of color #70ACAA: hue angle of 178º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70ACAA is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 172 170 -
CMYK 0.35 0 0.01 0.33
HSL 178º 0.27% 0.56% -
HSV(B) 178º 0.35% 0.67% -
XYZ 28.69 35.85 43.44 -
YUV 153.83 137.12 98.16 -
System Red Green Blue C M Y K H S L
Decimal 112 172 170 0.35 0 0.01 0.33 178 0.27 0.56
Hex 70 AC AA 23 0 1 21 B2 1B 38
Octal 160 254 252 43 0 1 41 262 33 70
Binary 1110000 10101100 10101010 100011 0 1 100001 10110010 11011 111000

Color Harmonies of #70ACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ACAA

Black with #70ACAA

Text Example


Text Example

White with #70ACAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,172,170); }

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

background-color css

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

 a { background-color: rgb(112,172,170); }

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

border-color css

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

 span { border-color: rgb(112,172,170); }

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