Html Css Color HEX #71A09C Tradewind

📋 copy color: '#71A09C'

red 113 ◦ green 160 ◦ blue 156

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

Shades of Tradewind #71A09C

Tints of Tradewind #71A09C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.3%

 BLUE value IS 156 (61.33% from 255) = 36.36%

R = 26.34%
G = 37.3%
B = 36.36%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#71A09C (or 0x71A09C) is known color: Tradewind. HEX triplet: 71, A0 and 9C. RGB value is (113,160,156). Sum of RGB (Red+Green+Blue) = 113+160+156=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 160 - color contains mainly: green. Hex color #71A09C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A09C is #8E5F63. Grayscale: #919191. Windows color (decimal): -9330532 or 10264689. OLE color: 10264689.

HSL color Cylindrical-coordinate representation of color #71A09C: hue angle of 174.89º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #71A09C is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB 113 160 156 -
CMYK 0.29 0 0.02 0.37
HSL 174.89º 0.2% 0.54% -
HSV(B) 174.89º 0.29% 0.63% -
XYZ 25.38 31.05 36.11 -
YUV 145.49 133.93 104.83 -
System Red Green Blue C M Y K H S L
Decimal 113 160 156 0.29 0 0.02 0.37 174.89 0.2 0.54
Hex 71 A0 9C 1D 0 2 25 AF 14 36
Octal 161 240 234 35 0 2 45 257 24 66
Binary 1110001 10100000 10011100 11101 0 10 100101 10101111 10100 110110

Color Harmonies of #71A09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A09C

Black with #71A09C

Text Example


Text Example

White with #71A09C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,160,156); }

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

background-color css

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

 a { background-color: rgb(113,160,156); }

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

border-color css

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

 span { border-color: rgb(113,160,156); }

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