Html Css Color HEX #71AEA8 Tradewind

📋 copy color: '#71AEA8'

red 113 ◦ green 174 ◦ blue 168

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

Shades of Tradewind #71AEA8

Tints of Tradewind #71AEA8

RGB

 RED value IS 113 (44.53% from 255) = 24.84%

 GREEN value IS 174 (68.36% from 255) = 38.24%

 BLUE value IS 168 (66.02% from 255) = 36.92%

R = 24.84%
G = 38.24%
B = 36.92%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#71AEA8 (or 0x71AEA8) is known color: Tradewind. HEX triplet: 71, AE and A8. RGB value is (113,174,168). Sum of RGB (Red+Green+Blue) = 113+174+168=455 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.84% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 168 (66.02% from 255 or 36.92% from 455); Max value from RGB is 174 - color contains mainly: green. Hex color #71AEA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71AEA8 is #8E5157. Grayscale: #9B9B9B. Windows color (decimal): -9326936 or 11054705. OLE color: 11054705.

HSL color Cylindrical-coordinate representation of color #71AEA8: hue angle of 174.1º 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 #71AEA8 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB 113 174 168 -
CMYK 0.35 0 0.03 0.32
HSL 174.1º 0.27% 0.56% -
HSV(B) 174.1º 0.35% 0.68% -
XYZ 29.01 36.61 42.58 -
YUV 155.08 135.29 97.99 -
System Red Green Blue C M Y K H S L
Decimal 113 174 168 0.35 0 0.03 0.32 174.1 0.27 0.56
Hex 71 AE A8 23 0 3 20 AE 1B 38
Octal 161 256 250 43 0 3 40 256 33 70
Binary 1110001 10101110 10101000 100011 0 11 100000 10101110 11011 111000

Color Harmonies of #71AEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AEA8

Black with #71AEA8

Text Example


Text Example

White with #71AEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71AEA8; }

 p { color: rgb(113,174,168); }

 H1.HeaderClassName
 {
   color: #71AEA8;
 }
 .AnyTagClassName
 {
   color: #71AEA8;
 }
</style>

background-color css

<style>
 a { background-color: #71AEA8; }

 a { background-color: rgb(113,174,168); }

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

border-color css

<style>
 span { border-color: #71AEA8; }

 span { border-color: rgb(113,174,168); }

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