Html Css Color HEX #70A99F Tradewind

📋 copy color: '#70A99F'

red 112 ◦ green 169 ◦ blue 159

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

Shades of Tradewind #70A99F

Tints of Tradewind #70A99F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.41%

 BLUE value IS 159 (62.5% from 255) = 36.14%

R = 25.45%
G = 38.41%
B = 36.14%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.06

 K value IS 0.34

RGB Variations

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

Color information

#70A99F (or 0x70A99F) is known color: Tradewind. HEX triplet: 70, A9 and 9F. RGB value is (112,169,159). Sum of RGB (Red+Green+Blue) = 112+169+159=440 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.45% from 440); Green value is 169 (66.41% from 255 or 38.41% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 169 - color contains mainly: green. Hex color #70A99F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A99F is #8F5660. Grayscale: #969696. Windows color (decimal): -9393761 or 10463600. OLE color: 10463600.

HSL color Cylindrical-coordinate representation of color #70A99F: hue angle of 169.47º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70A99F is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB 112 169 159 -
CMYK 0.34 0 0.06 0.34
HSL 169.47º 0.25% 0.55% -
HSV(B) 169.47º 0.34% 0.66% -
XYZ 27.13 34.32 38 -
YUV 150.82 132.62 100.31 -
System Red Green Blue C M Y K H S L
Decimal 112 169 159 0.34 0 0.06 0.34 169.47 0.25 0.55
Hex 70 A9 9F 22 0 6 22 A9 19 37
Octal 160 251 237 42 0 6 42 251 31 67
Binary 1110000 10101001 10011111 100010 0 110 100010 10101001 11001 110111

Color Harmonies of #70A99F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A99F

Black with #70A99F

Text Example


Text Example

White with #70A99F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,169,159); }

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

background-color css

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

 a { background-color: rgb(112,169,159); }

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

border-color css

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

 span { border-color: rgb(112,169,159); }

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