Html Css Color HEX #5FB3AC Tradewind

📋 copy color: '#5FB3AC'

red 95 ◦ green 179 ◦ blue 172

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

Shades of Tradewind #5FB3AC

Tints of Tradewind #5FB3AC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.13%

 BLUE value IS 172 (67.58% from 255) = 38.57%

R = 21.3%
G = 40.13%
B = 38.57%

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

#5FB3AC (or 0x5FB3AC) is known color: Tradewind. HEX triplet: 5F, B3 and AC. RGB value is (95,179,172). Sum of RGB (Red+Green+Blue) = 95+179+172=446 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.30% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 179 - color contains mainly: green. Hex color #5FB3AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB3AC is #A04C53. Grayscale: #999999. Windows color (decimal): -10505300 or 11318111. OLE color: 11318111.

HSL color Cylindrical-coordinate representation of color #5FB3AC: hue angle of 175º degrees, saturation: 0.36, 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 #5FB3AC is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 95 179 172 -
CMYK 0.47 0 0.04 0.30
HSL 175º 0.36% 0.54% -
HSV(B) 175º 0.47% 0.7% -
XYZ 28.29 37.65 44.81 -
YUV 153.09 138.67 86.57 -
System Red Green Blue C M Y K H S L
Decimal 95 179 172 0.47 0 0.04 0.30 175 0.36 0.54
Hex 5F B3 AC 2F 0 4 1E AF 24 36
Octal 137 263 254 57 0 4 36 257 44 66
Binary 1011111 10110011 10101100 101111 0 100 11110 10101111 100100 110110

Color Harmonies of #5FB3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB3AC

Black with #5FB3AC

Text Example


Text Example

White with #5FB3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,179,172); }

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

background-color css

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

 a { background-color: rgb(95,179,172); }

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

border-color css

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

 span { border-color: rgb(95,179,172); }

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