Html Css Color HEX #71A39A Tradewind

📋 copy color: '#71A39A'

red 113 ◦ green 163 ◦ blue 154

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

Shades of Tradewind #71A39A

Tints of Tradewind #71A39A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.91%

 BLUE value IS 154 (60.55% from 255) = 35.81%

R = 26.28%
G = 37.91%
B = 35.81%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#71A39A (or 0x71A39A) is known color: Tradewind. HEX triplet: 71, A3 and 9A. RGB value is (113,163,154). Sum of RGB (Red+Green+Blue) = 113+163+154=430 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.28% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 163 - color contains mainly: green. Hex color #71A39A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A39A is #8E5C65. Grayscale: #939393. Windows color (decimal): -9329766 or 10134385. OLE color: 10134385.

HSL color Cylindrical-coordinate representation of color #71A39A: hue angle of 169.2º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #71A39A is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 163 154 -
CMYK 0.31 0 0.06 0.36
HSL 169.2º 0.21% 0.54% -
HSV(B) 169.2º 0.31% 0.64% -
XYZ 25.74 32.04 35.4 -
YUV 147.02 131.94 103.73 -
System Red Green Blue C M Y K H S L
Decimal 113 163 154 0.31 0 0.06 0.36 169.2 0.21 0.54
Hex 71 A3 9A 1F 0 6 24 A9 15 36
Octal 161 243 232 37 0 6 44 251 25 66
Binary 1110001 10100011 10011010 11111 0 110 100100 10101001 10101 110110

Color Harmonies of #71A39A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A39A

Black with #71A39A

Text Example


Text Example

White with #71A39A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,163,154); }

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

background-color css

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

 a { background-color: rgb(113,163,154); }

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

border-color css

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

 span { border-color: rgb(113,163,154); }

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