Html Css Color HEX #70A69E Tradewind

📋 copy color: '#70A69E'

red 112 ◦ green 166 ◦ blue 158

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

Shades of Tradewind #70A69E

Tints of Tradewind #70A69E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.07%

 BLUE value IS 158 (62.11% from 255) = 36.24%

R = 25.69%
G = 38.07%
B = 36.24%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#70A69E (or 0x70A69E) is known color: Tradewind. HEX triplet: 70, A6 and 9E. RGB value is (112,166,158). Sum of RGB (Red+Green+Blue) = 112+166+158=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 166 - color contains mainly: green. Hex color #70A69E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A69E is #8F5961. Grayscale: #949494. Windows color (decimal): -9394530 or 10397296. OLE color: 10397296.

HSL color Cylindrical-coordinate representation of color #70A69E: hue angle of 171.11º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #70A69E is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 112 166 158 -
CMYK 0.33 0 0.05 0.35
HSL 171.11º 0.23% 0.55% -
HSV(B) 171.11º 0.33% 0.65% -
XYZ 26.49 33.19 37.36 -
YUV 148.94 133.11 101.65 -
System Red Green Blue C M Y K H S L
Decimal 112 166 158 0.33 0 0.05 0.35 171.11 0.23 0.55
Hex 70 A6 9E 21 0 5 23 AB 17 37
Octal 160 246 236 41 0 5 43 253 27 67
Binary 1110000 10100110 10011110 100001 0 101 100011 10101011 10111 110111

Color Harmonies of #70A69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A69E

Black with #70A69E

Text Example


Text Example

White with #70A69E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,166,158); }

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

background-color css

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

 a { background-color: rgb(112,166,158); }

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

border-color css

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

 span { border-color: rgb(112,166,158); }

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