Html Css Color HEX #70ADAB Tradewind

📋 copy color: '#70ADAB'

red 112 ◦ green 173 ◦ blue 171

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

Shades of Tradewind #70ADAB

Tints of Tradewind #70ADAB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.94%

 BLUE value IS 171 (67.19% from 255) = 37.5%

R = 24.56%
G = 37.94%
B = 37.5%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#70ADAB (or 0x70ADAB) is known color: Tradewind. HEX triplet: 70, AD and AB. RGB value is (112,173,171). Sum of RGB (Red+Green+Blue) = 112+173+171=456 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.56% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 173 - color contains mainly: green. Hex color #70ADAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70ADAB is #8F5254. Grayscale: #9A9A9A. Windows color (decimal): -9392725 or 11251056. OLE color: 11251056.

HSL color Cylindrical-coordinate representation of color #70ADAB: hue angle of 178.03º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70ADAB is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 173 171 -
CMYK 0.35 0 0.01 0.32
HSL 178.03º 0.27% 0.56% -
HSV(B) 178.03º 0.35% 0.68% -
XYZ 28.98 36.27 44 -
YUV 154.53 137.29 97.66 -
System Red Green Blue C M Y K H S L
Decimal 112 173 171 0.35 0 0.01 0.32 178.03 0.27 0.56
Hex 70 AD AB 23 0 1 20 B2 1B 38
Octal 160 255 253 43 0 1 40 262 33 70
Binary 1110000 10101101 10101011 100011 0 1 100000 10110010 11011 111000

Color Harmonies of #70ADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ADAB

Black with #70ADAB

Text Example


Text Example

White with #70ADAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,173,171); }

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

background-color css

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

 a { background-color: rgb(112,173,171); }

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

border-color css

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

 span { border-color: rgb(112,173,171); }

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