Html Css Color HEX #5FB5AD Tradewind

📋 copy color: '#5FB5AD'

red 95 ◦ green 181 ◦ blue 173

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

Shades of Tradewind #5FB5AD

Tints of Tradewind #5FB5AD

RGB

 RED value IS 95 (37.5% from 255) = 21.16%

 GREEN value IS 181 (71.09% from 255) = 40.31%

 BLUE value IS 173 (67.97% from 255) = 38.53%

R = 21.16%
G = 40.31%
B = 38.53%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#5FB5AD (or 0x5FB5AD) is known color: Tradewind. HEX triplet: 5F, B5 and AD. RGB value is (95,181,173). Sum of RGB (Red+Green+Blue) = 95+181+173=449 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.16% from 449); Green value is 181 (71.09% from 255 or 40.31% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 181 - color contains mainly: green. Hex color #5FB5AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB5AD is #A04A52. Grayscale: #9A9A9A. Windows color (decimal): -10504787 or 11384159. OLE color: 11384159.

HSL color Cylindrical-coordinate representation of color #5FB5AD: hue angle of 174.42º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5FB5AD is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 95 181 173 -
CMYK 0.48 0 0.04 0.29
HSL 174.42º 0.37% 0.54% -
HSV(B) 174.42º 0.48% 0.71% -
XYZ 28.79 38.5 45.45 -
YUV 154.37 138.51 85.65 -
System Red Green Blue C M Y K H S L
Decimal 95 181 173 0.48 0 0.04 0.29 174.42 0.37 0.54
Hex 5F B5 AD 30 0 4 1D AE 25 36
Octal 137 265 255 60 0 4 35 256 45 66
Binary 1011111 10110101 10101101 110000 0 100 11101 10101110 100101 110110

Color Harmonies of #5FB5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB5AD

Black with #5FB5AD

Text Example


Text Example

White with #5FB5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FB5AD; }

 p { color: rgb(95,181,173); }

 H1.HeaderClassName
 {
   color: #5FB5AD;
 }
 .AnyTagClassName
 {
   color: #5FB5AD;
 }
</style>

background-color css

<style>
 a { background-color: #5FB5AD; }

 a { background-color: rgb(95,181,173); }

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

border-color css

<style>
 span { border-color: #5FB5AD; }

 span { border-color: rgb(95,181,173); }

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