Html Css Color HEX #5FB2AA Tradewind

📋 copy color: '#5FB2AA'

red 95 ◦ green 178 ◦ blue 170

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

Shades of Tradewind #5FB2AA

Tints of Tradewind #5FB2AA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.18%

 BLUE value IS 170 (66.8% from 255) = 38.37%

R = 21.44%
G = 40.18%
B = 38.37%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#5FB2AA (or 0x5FB2AA) is known color: Tradewind. HEX triplet: 5F, B2 and AA. RGB value is (95,178,170). Sum of RGB (Red+Green+Blue) = 95+178+170=443 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.44% from 443); Green value is 178 (69.92% from 255 or 40.18% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 178 - color contains mainly: green. Hex color #5FB2AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FB2AA is #A04D55. Grayscale: #989898. Windows color (decimal): -10505558 or 11186783. OLE color: 11186783.

HSL color Cylindrical-coordinate representation of color #5FB2AA: hue angle of 174.22º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5FB2AA is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 95 178 170 -
CMYK 0.47 0 0.04 0.30
HSL 174.22º 0.35% 0.54% -
HSV(B) 174.22º 0.47% 0.7% -
XYZ 27.9 37.18 43.74 -
YUV 152.27 138 87.15 -
System Red Green Blue C M Y K H S L
Decimal 95 178 170 0.47 0 0.04 0.30 174.22 0.35 0.54
Hex 5F B2 AA 2F 0 4 1E AE 23 36
Octal 137 262 252 57 0 4 36 256 43 66
Binary 1011111 10110010 10101010 101111 0 100 11110 10101110 100011 110110

Color Harmonies of #5FB2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB2AA

Black with #5FB2AA

Text Example


Text Example

White with #5FB2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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