Html Css Color HEX #70A19D Tradewind

📋 copy color: '#70A19D'

red 112 ◦ green 161 ◦ blue 157

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

Shades of Tradewind #70A19D

Tints of Tradewind #70A19D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.44%

 BLUE value IS 157 (61.72% from 255) = 36.51%

R = 26.05%
G = 37.44%
B = 36.51%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#70A19D (or 0x70A19D) is known color: Tradewind. HEX triplet: 70, A1 and 9D. RGB value is (112,161,157). Sum of RGB (Red+Green+Blue) = 112+161+157=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 161 - color contains mainly: green. Hex color #70A19D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A19D is #8F5E62. Grayscale: #919191. Windows color (decimal): -9395811 or 10330480. OLE color: 10330480.

HSL color Cylindrical-coordinate representation of color #70A19D: hue angle of 175.1º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70A19D is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB 112 161 157 -
CMYK 0.30 0 0.02 0.37
HSL 175.1º 0.21% 0.54% -
HSV(B) 175.1º 0.3% 0.63% -
XYZ 25.51 31.37 36.61 -
YUV 145.89 134.27 103.83 -
System Red Green Blue C M Y K H S L
Decimal 112 161 157 0.30 0 0.02 0.37 175.1 0.21 0.54
Hex 70 A1 9D 1E 0 2 25 AF 15 36
Octal 160 241 235 36 0 2 45 257 25 66
Binary 1110000 10100001 10011101 11110 0 10 100101 10101111 10101 110110

Color Harmonies of #70A19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A19D

Black with #70A19D

Text Example


Text Example

White with #70A19D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,161,157); }

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

background-color css

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

 a { background-color: rgb(112,161,157); }

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

border-color css

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

 span { border-color: rgb(112,161,157); }

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