Html Css Color HEX #5FAA9F Tradewind

📋 copy color: '#5FAA9F'

red 95 ◦ green 170 ◦ blue 159

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

Shades of Tradewind #5FAA9F

Tints of Tradewind #5FAA9F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.09%

 BLUE value IS 159 (62.5% from 255) = 37.5%

R = 22.41%
G = 40.09%
B = 37.5%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#5FAA9F (or 0x5FAA9F) is known color: Tradewind. HEX triplet: 5F, AA and 9F. RGB value is (95,170,159). Sum of RGB (Red+Green+Blue) = 95+170+159=424 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.41% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 170 - color contains mainly: green. Hex color #5FAA9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAA9F is #A05560. Grayscale: #929292. Windows color (decimal): -10507617 or 10463839. OLE color: 10463839.

HSL color Cylindrical-coordinate representation of color #5FAA9F: hue angle of 171.2º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5FAA9F is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 95 170 159 -
CMYK 0.44 0 0.06 0.33
HSL 171.2º 0.31% 0.52% -
HSV(B) 171.2º 0.44% 0.67% -
XYZ 25.35 33.69 37.97 -
YUV 146.32 135.15 91.39 -
System Red Green Blue C M Y K H S L
Decimal 95 170 159 0.44 0 0.06 0.33 171.2 0.31 0.52
Hex 5F AA 9F 2C 0 6 21 AB 1F 34
Octal 137 252 237 54 0 6 41 253 37 64
Binary 1011111 10101010 10011111 101100 0 110 100001 10101011 11111 110100

Color Harmonies of #5FAA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAA9F

Black with #5FAA9F

Text Example


Text Example

White with #5FAA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,170,159); }

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

background-color css

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

 a { background-color: rgb(95,170,159); }

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

border-color css

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

 span { border-color: rgb(95,170,159); }

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