Html Css Color HEX #70AFAC Tradewind

📋 copy color: '#70AFAC'

red 112 ◦ green 175 ◦ blue 172

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

Shades of Tradewind #70AFAC

Tints of Tradewind #70AFAC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.13%

 BLUE value IS 172 (67.58% from 255) = 37.47%

R = 24.4%
G = 38.13%
B = 37.47%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#70AFAC (or 0x70AFAC) is known color: Tradewind. HEX triplet: 70, AF and AC. RGB value is (112,175,172). Sum of RGB (Red+Green+Blue) = 112+175+172=459 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.40% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 175 - color contains mainly: green. Hex color #70AFAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AFAC is #8F5053. Grayscale: #9B9B9B. Windows color (decimal): -9392212 or 11317104. OLE color: 11317104.

HSL color Cylindrical-coordinate representation of color #70AFAC: hue angle of 177.14º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #70AFAC is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 112 175 172 -
CMYK 0.36 0 0.02 0.31
HSL 177.14º 0.28% 0.56% -
HSV(B) 177.14º 0.36% 0.69% -
XYZ 29.46 37.08 44.63 -
YUV 155.82 137.13 96.74 -
System Red Green Blue C M Y K H S L
Decimal 112 175 172 0.36 0 0.02 0.31 177.14 0.28 0.56
Hex 70 AF AC 24 0 2 1F B1 1C 38
Octal 160 257 254 44 0 2 37 261 34 70
Binary 1110000 10101111 10101100 100100 0 10 11111 10110001 11100 111000

Color Harmonies of #70AFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AFAC

Black with #70AFAC

Text Example


Text Example

White with #70AFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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