Html Css Color HEX #71ABA8 Tradewind

📋 copy color: '#71ABA8'

red 113 ◦ green 171 ◦ blue 168

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

Shades of Tradewind #71ABA8

Tints of Tradewind #71ABA8

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.83%

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

R = 25%
G = 37.83%
B = 37.17%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#71ABA8 (or 0x71ABA8) is known color: Tradewind. HEX triplet: 71, AB and A8. RGB value is (113,171,168). Sum of RGB (Red+Green+Blue) = 113+171+168=452 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 168 (66.02% from 255 or 37.17% from 452); Max value from RGB is 171 - color contains mainly: green. Hex color #71ABA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71ABA8 is #8E5457. Grayscale: #999999. Windows color (decimal): -9327704 or 11053937. OLE color: 11053937.

HSL color Cylindrical-coordinate representation of color #71ABA8: hue angle of 176.9º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #71ABA8 is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 171 168 -
CMYK 0.34 0 0.02 0.33
HSL 176.9º 0.26% 0.56% -
HSV(B) 176.9º 0.34% 0.67% -
XYZ 28.44 35.46 42.39 -
YUV 153.32 136.28 99.24 -
System Red Green Blue C M Y K H S L
Decimal 113 171 168 0.34 0 0.02 0.33 176.9 0.26 0.56
Hex 71 AB A8 22 0 2 21 B1 1A 38
Octal 161 253 250 42 0 2 41 261 32 70
Binary 1110001 10101011 10101000 100010 0 10 100001 10110001 11010 111000

Color Harmonies of #71ABA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71ABA8

Black with #71ABA8

Text Example


Text Example

White with #71ABA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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