Html Css Color HEX #70AC9F Tradewind

📋 copy color: '#70AC9F'

red 112 ◦ green 172 ◦ blue 159

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

Shades of Tradewind #70AC9F

Tints of Tradewind #70AC9F

RGB

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

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

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

R = 25.28%
G = 38.83%
B = 35.89%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#70AC9F (or 0x70AC9F) is known color: Tradewind. HEX triplet: 70, AC and 9F. RGB value is (112,172,159). Sum of RGB (Red+Green+Blue) = 112+172+159=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 172 - color contains mainly: green. Hex color #70AC9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AC9F is #8F5360. Grayscale: #989898. Windows color (decimal): -9392993 or 10464368. OLE color: 10464368.

HSL color Cylindrical-coordinate representation of color #70AC9F: hue angle of 167º 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 #70AC9F is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 172 159 -
CMYK 0.35 0 0.08 0.33
HSL 167º 0.27% 0.56% -
HSV(B) 167º 0.35% 0.67% -
XYZ 27.69 35.45 38.18 -
YUV 152.58 131.62 99.06 -
System Red Green Blue C M Y K H S L
Decimal 112 172 159 0.35 0 0.08 0.33 167 0.27 0.56
Hex 70 AC 9F 23 0 8 21 A7 1B 38
Octal 160 254 237 43 0 10 41 247 33 70
Binary 1110000 10101100 10011111 100011 0 1000 100001 10100111 11011 111000

Color Harmonies of #70AC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AC9F

Black with #70AC9F

Text Example


Text Example

White with #70AC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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