Html Css Color HEX #5FACA5 Tradewind

📋 copy color: '#5FACA5'

red 95 ◦ green 172 ◦ blue 165

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

Shades of Tradewind #5FACA5

Tints of Tradewind #5FACA5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.81%

 BLUE value IS 165 (64.84% from 255) = 38.19%

R = 21.99%
G = 39.81%
B = 38.19%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#5FACA5 (or 0x5FACA5) is known color: Tradewind. HEX triplet: 5F, AC and A5. RGB value is (95,172,165). Sum of RGB (Red+Green+Blue) = 95+172+165=432 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.99% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 165 (64.84% from 255 or 38.19% from 432); Max value from RGB is 172 - color contains mainly: green. Hex color #5FACA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FACA5 is #A0535A. Grayscale: #949494. Windows color (decimal): -10507099 or 10857567. OLE color: 10857567.

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

Color convert

RGB 95 172 165 -
CMYK 0.45 0 0.04 0.33
HSL 174.55º 0.32% 0.52% -
HSV(B) 174.55º 0.45% 0.67% -
XYZ 26.26 34.65 40.9 -
YUV 148.18 137.49 90.07 -
System Red Green Blue C M Y K H S L
Decimal 95 172 165 0.45 0 0.04 0.33 174.55 0.32 0.52
Hex 5F AC A5 2D 0 4 21 AF 20 34
Octal 137 254 245 55 0 4 41 257 40 64
Binary 1011111 10101100 10100101 101101 0 100 100001 10101111 100000 110100

Color Harmonies of #5FACA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FACA5

Black with #5FACA5

Text Example


Text Example

White with #5FACA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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