Html Css Color HEX #70B4AE Tradewind

📋 copy color: '#70B4AE'

red 112 ◦ green 180 ◦ blue 174

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

Shades of Tradewind #70B4AE

Tints of Tradewind #70B4AE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.63%

 BLUE value IS 174 (68.36% from 255) = 37.34%

R = 24.03%
G = 38.63%
B = 37.34%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#70B4AE (or 0x70B4AE) is known color: Tradewind. HEX triplet: 70, B4 and AE. RGB value is (112,180,174). Sum of RGB (Red+Green+Blue) = 112+180+174=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 180 - color contains mainly: green. Hex color #70B4AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B4AE is #8F4B51. Grayscale: #9E9E9E. Windows color (decimal): -9390930 or 11449456. OLE color: 11449456.

HSL color Cylindrical-coordinate representation of color #70B4AE: hue angle of 174.71º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70B4AE is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 180 174 -
CMYK 0.38 0 0.03 0.29
HSL 174.71º 0.31% 0.57% -
HSV(B) 174.71º 0.38% 0.71% -
XYZ 30.64 39.14 45.98 -
YUV 158.98 136.47 94.49 -
System Red Green Blue C M Y K H S L
Decimal 112 180 174 0.38 0 0.03 0.29 174.71 0.31 0.57
Hex 70 B4 AE 26 0 3 1D AF 1F 39
Octal 160 264 256 46 0 3 35 257 37 71
Binary 1110000 10110100 10101110 100110 0 11 11101 10101111 11111 111001

Color Harmonies of #70B4AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B4AE

Black with #70B4AE

Text Example


Text Example

White with #70B4AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,180,174); }

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

background-color css

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

 a { background-color: rgb(112,180,174); }

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

border-color css

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

 span { border-color: rgb(112,180,174); }

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